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
SyncBatchTableName | 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": "2024-11-15T02:48:02.9622187+00:00", "ReceptionDate": "2024-11-15T02:48:02.9622187+00:00", "Status": 3, "StatusMessage": "sample string 4", "XmlResponse": "sample string 5", "PartitionKey": "sample string 6", "RowKey": "sample string 7", "Timestamp": "2024-11-15T02:48:02.9622187+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>2024-11-15T02:48:02.9622187Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </Timestamp> <CreationDate>2024-11-15T02:48:02.9622187+00:00</CreationDate> <ReceptionDate>2024-11-15T02:48:02.9622187+00:00</ReceptionDate> <Status>3</Status> <StatusMessage>sample string 4</StatusMessage> <XmlResponse>sample string 5</XmlResponse> </SyncBatchTable>