POST sync/getSyncData
Request Information
URI Parameters
None.
Body Parameters
SyncSearchEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| StatusesId | string |
None. |
|
| PageNo | integer |
None. |
|
| ObjectTypesId | string |
None. |
|
| TenantId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"StatusesId": "sample string 3",
"PageNo": 4,
"ObjectTypesId": "sample string 5",
"TenantId": 6,
"UserId": 7
}
text/html
Sample:
{"StartDate":"sample string 1","EndDate":"sample string 2","StatusesId":"sample string 3","PageNo":4,"ObjectTypesId":"sample string 5","TenantId":6,"UserId":7}
application/xml, text/xml
Sample:
<SyncSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Sync"> <EndDate>sample string 2</EndDate> <ObjectTypesId>sample string 5</ObjectTypesId> <PageNo>4</PageNo> <StartDate>sample string 1</StartDate> <StatusesId>sample string 3</StatusesId> <TenantId>6</TenantId> <UserId>7</UserId> </SyncSearchEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SyncDataEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncId | integer |
None. |
|
| ObjectId | integer |
None. |
|
| ObjectType | string |
None. |
|
| Description | string |
None. |
|
| SyncDate | date |
None. |
|
| SyncRetries | integer |
None. |
|
| ProcessDate | date |
None. |
|
| ErrorDate | date |
None. |
|
| ErrorMessage | string |
None. |
|
| SyncStatus | string |
None. |
|
| CurrentPageNo | integer |
None. |
|
| TotalPages | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SyncId": 1,
"ObjectId": 2,
"ObjectType": "sample string 3",
"Description": "sample string 4",
"SyncDate": "2026-04-17T11:31:54.8208939+00:00",
"SyncRetries": 5,
"ProcessDate": "2026-04-17T11:31:54.8208939+00:00",
"ErrorDate": "2026-04-17T11:31:54.8208939+00:00",
"ErrorMessage": "sample string 6",
"SyncStatus": "sample string 7",
"CurrentPageNo": 8,
"TotalPages": 9
},
{
"SyncId": 1,
"ObjectId": 2,
"ObjectType": "sample string 3",
"Description": "sample string 4",
"SyncDate": "2026-04-17T11:31:54.8208939+00:00",
"SyncRetries": 5,
"ProcessDate": "2026-04-17T11:31:54.8208939+00:00",
"ErrorDate": "2026-04-17T11:31:54.8208939+00:00",
"ErrorMessage": "sample string 6",
"SyncStatus": "sample string 7",
"CurrentPageNo": 8,
"TotalPages": 9
}
]
text/html
Sample:
[{"SyncId":1,"ObjectId":2,"ObjectType":"sample string 3","Description":"sample string 4","SyncDate":"2026-04-17T11:31:54.8208939+00:00","SyncRetries":5,"ProcessDate":"2026-04-17T11:31:54.8208939+00:00","ErrorDate":"2026-04-17T11:31:54.8208939+00:00","ErrorMessage":"sample string 6","SyncStatus":"sample string 7","CurrentPageNo":8,"TotalPages":9},{"SyncId":1,"ObjectId":2,"ObjectType":"sample string 3","Description":"sample string 4","SyncDate":"2026-04-17T11:31:54.8208939+00:00","SyncRetries":5,"ProcessDate":"2026-04-17T11:31:54.8208939+00:00","ErrorDate":"2026-04-17T11:31:54.8208939+00:00","ErrorMessage":"sample string 6","SyncStatus":"sample string 7","CurrentPageNo":8,"TotalPages":9}]
application/xml, text/xml
Sample:
<ArrayOfSyncDataEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Sync">
<SyncDataEntity>
<CurrentPageNo>8</CurrentPageNo>
<Description>sample string 4</Description>
<ErrorDate>2026-04-17T11:31:54.8208939+00:00</ErrorDate>
<ErrorMessage>sample string 6</ErrorMessage>
<ObjectId>2</ObjectId>
<ObjectType>sample string 3</ObjectType>
<ProcessDate>2026-04-17T11:31:54.8208939+00:00</ProcessDate>
<SyncDate>2026-04-17T11:31:54.8208939+00:00</SyncDate>
<SyncId>1</SyncId>
<SyncRetries>5</SyncRetries>
<SyncStatus>sample string 7</SyncStatus>
<TotalPages>9</TotalPages>
</SyncDataEntity>
<SyncDataEntity>
<CurrentPageNo>8</CurrentPageNo>
<Description>sample string 4</Description>
<ErrorDate>2026-04-17T11:31:54.8208939+00:00</ErrorDate>
<ErrorMessage>sample string 6</ErrorMessage>
<ObjectId>2</ObjectId>
<ObjectType>sample string 3</ObjectType>
<ProcessDate>2026-04-17T11:31:54.8208939+00:00</ProcessDate>
<SyncDate>2026-04-17T11:31:54.8208939+00:00</SyncDate>
<SyncId>1</SyncId>
<SyncRetries>5</SyncRetries>
<SyncStatus>sample string 7</SyncStatus>
<TotalPages>9</TotalPages>
</SyncDataEntity>
</ArrayOfSyncDataEntity>