Execute the Called Loading Job
Last modified: July 08, 2021
To execute the called loading job to Connect, use the /rest/1/jobs/execute
endpoint.
Request Parameters
type
: Set to [sync].jobs
: Set to the name of the job as defined in the configuration, completed with the suffix "/_total".
Call Example
type=sync&jobs=load-alteryx-fs%2F_total
Successful execution returns the response:
{"isError":false,"message":"1 jobs have been executed"}