| GET | /agent-api/register/{clientId}/status |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientId | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RequestCreatedDate | form | DateTime? | No | |
| RequestCompletedDate | form | DateTime? | No | |
| RequestSentDate | form | DateTime? | No | |
| RequestReceivedDate | form | DateTime? | No | |
| RequestStatusCode | form | int | No | |
| RequestStatusName | form | string | No | |
| ResponseErrorMessage | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /agent-api/register/{clientId}/status HTTP/1.1
Host: dataservice.mychirotouch.com
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"RequestCreatedDate":"0001-01-01T00:00:00.0000000","RequestCompletedDate":"0001-01-01T00:00:00.0000000","RequestSentDate":"0001-01-01T00:00:00.0000000","RequestReceivedDate":"0001-01-01T00:00:00.0000000","RequestStatusCode":0,"RequestStatusName":"String","ResponseErrorMessage":"String"}