CA C4C Centre XAPI
This API is used to provide centre data based on date range from snapi Data Base
home
End Point Details
GET /v1/centre-data
Request query parameters are mandatory or optional as given below
Mandatory Fields:
- startDateTime
- endDateTime
- DATE_RANGE
Optional Fields:
- orgRefId
- page
- limit
GET /v2/centre-data
Mandatory Fields:
- startDateTime
- endDateTime
Optional Fields:
- orgRefId
- page
- limit
GET /v2/centre-data/{centreId
Mandatory Field:
- centreId (URI Param)
Error Codes
HTTP Code | Error Code | Error Message |
---|---|---|
500 | 60006 | Message Not Processed. There is some technical error while processing request. Please report this to Support team. |
400 | 60011 | Message Not Processed:Mandatory Query Parameter is missing. |
401 | 70401 | Message Not Processed:Invalid Access token. Please provide valid access token. |
401 | 70402 | Message Not Processed:Missing Access token. Please provide valid access token. |
401 | 70405 | Message Not Processed: Accesstoken expired. Please try again with valid token. |
403 | 70403 | Message Not Processed:Not allowed to access requested resource. Please contact support for the access. |
404 | 70404 | Message Not Processed:Requested resource is not found. |
503 | 70503 | Message Not Processed:One or more back-end is down. Please try again later. |
504 | 70504 | Message Not Processed:Back-end timed out. Please try again later. |