Skip to main content

Execute the Called Loading (Synchronization) Job

To execute the called loading (synchronization) job to Connect, use the POST rest/1/jobs/execute endpoint.

Important

This endpoint is for admin use only.

Note

You can execute this action after pushing data to the stage. If no new data is available, executing the called loading job does not produce any results. Usually, several stage tables are used at once, and the data needs to be consistent for proper presentation.

Parameters

params (query): Insert the name of the job as defined in the configuration, complete with the suffix "/_total". You can find the name of the jobs in the Administration Console under Maintenance > Jobs.

Request Example

type=sync&jobs=load-alteryx-fs%2F_total

Successful execution returns the response:

{"isError":false,"message":"1 jobs have been executed"}