Bulk Job API

Bulk jobs are a fast and efficient way to enter data at initial setup and to incorporate large-scale changes, such as changing agent skill groups between shifts and hiring multiple new agents.

You can use the Bulk Job API to list the bulk jobs currently defined in the database, define new bulk jobs, and view or delete records of existing bulk jobs.

URL

https://<server>/unifiedconfig/config/bulkjob

Operations

Parameters

Search and sort values

The following table shows the parameters that are searched and the parameters that are sortable.

Search parameters Sort parameters
  • description
  • description
  • jobType
  • jobState
  • jobHostName
  • createDateTime
  • startDateTime
  • endDateTime

See Search and Sort.

Example get response

Example response for a dialed number create job that completed successfully:

<bulkJob>
  <changeStamp>0</changeStamp>
  <refURL>http://<server>/unifiedconfig/config/bulkjob/(id)</refURL>
  <jobHostName>DS1</jobHostName>
  <createDateTime>1330441858360</createDateTime>
  <startDateTime>1330441858361</createDateTime>
  <endDateTime>1330441858368</endDateTime>
  <jobState>3</jobState>
  <jobType>1</jobType>
  <description>dn create bulk job</description>
  <logFile><refURL>http://<server>/unifiedconfig/config/bulkjob/(id)/log</refURL></logFile>
  <csvFile><refURL>http://<server>/unifiedconfig/config/bulkjob/(id)/csv</refURL></csvFile>
</bulkJob>