DataManager RT

  1. Home
  2. Docs
  3. DataManager RT
  4. XML Integration Guide
  5. Publishing: Status(GET)

Publishing: Status(GET)

GET call to retrieve the status on a current or previous publish.

Fields:

apiKey Required: Secret Code used to authenticate the call and identify the OEM. For more information on generating your secret API Key, please refer to Appendix A, API Key generation.
publishId The integer publish ID that was returned on the api/Publish call.

 

Sample URL:

https://xmlimport.datamanager.arinet.com/api/Status?apiKey=992dc0e2-b8b0-4f9e-a4cd-19eb9fc19fa8&publishId=1

 

Response codes:

200 If a successful publish has begun, the call will return a JSON object containing the environment of the publish (republish all will be Staging) and the status of the publish. Possible status values are:

–        Completed Successfully

–        In Progress

–        Failed

400 Error returned in the form of a JSON object and a detailed message.
401 Unauthorized. This means the apiKey used does not have access to make these calls.
404 The specified publish ID was not found.
500 Unexpected error.

 

Sample response:

{

“status”: “Completed Successfully”,

“environment”: “Staging”

}

 

Print this article
Was this article helpful to you? Yes No

How can we help?