DataManager RT

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

Progress(GET)

GET call to retrieve the progress for an import which is currently running.

 

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.
importID Required: The GUID import ID which was returned from the /api/Process API call.

 

Sample URL:

https://xmlimport.datamanager.arinet.com/api/Progress?importId=efe01391-f52c-45e9-92e0-952d4d71e573&apiKey=992dc0e2-b8b0-4f9e-a4cd-19eb9fc19fa8

Sample JSON request:

{

“apiKey”: “992dc0e2-b8b0-4f9e-a4cd-19eb9fc19fa8”,

“importID”: “efe01391-f52c-45e9-92e0-952d4d71e573”

}

 

Return Codes:

200 If a successful process has begun, the call will return a JSON object with the current processing details, including a flag denoting completion (isCompleted: true/false). See Appendix A, Sample Import Progress JSON return object (/api/Progress) for a sample JSON object returned.
401 Unauthorized. This means the apiKey used does not have access to make these calls.
500 Unexpected error.

 

 

 

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

How can we help?