Data Jobs API FAQ

Learn the answers to frequently asked questions about the Customer 360 Data Manager Data Jobs API.

What Is the Data Jobs API (DJ API)?

The Data Jobs API is a REST API that creates and runs Customer 360 Data Manager jobs.

The API allows you to:
  • Create and run jobs
  • Get information about jobs, files, and data sources.
  • Upload. download, and delete data, configuration, and log files.
  • Delete global profiles from your Customer 360 Data Manager environment.

What Do I Use the Data Jobs API For?

Use the Customer 360 Data Manager Data Jobs API to integrate Customer 360 Data Manager with your data sources, so you can automate data synchronization of your global profiles.

What Do I Need to Do to Run a Job?

POST the Jobs resource.

What Information Does the Data Jobs API Retrieve?

It returns information about data sources, jobs, and files.

How Do I Control How the Results Are Returned and Paginate Through Them?

Specify these query parameters:
  • resultsPerPage to specify the number of results to return per page.
  • page to specify the number of pages to return.