GET api/Sync/Check?TrackId={TrackId}
Check the status of the batch sent
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SyncBatchTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CreationDate | date |
None. |
|
| ReceptionDate | date |
None. |
|
| Status | integer |
None. |
|
| StatusMessage | string |
None. |
|
| XmlResponse | string |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreationDate": "2026-07-30T21:04:31.5948058+00:00",
"ReceptionDate": "2026-07-30T21:04:31.5948058+00:00",
"Status": 3,
"StatusMessage": "sample string 4",
"XmlResponse": "sample string 5",
"PartitionKey": "sample string 6",
"RowKey": "sample string 7",
"Timestamp": "2026-07-30T21:04:31.5948058+00:00",
"ETag": "sample string 9"
}
application/xml, text/xml
Sample:
<SyncBatchTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.Domain.AzureTable">
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 9</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 6</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 7</RowKey>
<Timestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
<d2p1:DateTime>2026-07-30T21:04:31.5948058Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Timestamp>
<CreationDate>2026-07-30T21:04:31.5948058+00:00</CreationDate>
<ReceptionDate>2026-07-30T21:04:31.5948058+00:00</ReceptionDate>
<Status>3</Status>
<StatusMessage>sample string 4</StatusMessage>
<XmlResponse>sample string 5</XmlResponse>
</SyncBatchTable>