POST sync-log/get
Request Information
URI Parameters
None.
Body Parameters
SyncLogVm| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessedDateStart | date |
None. |
|
| ProcessedDateStartDisplay | string |
None. |
|
| ProcessedDateEnd | date |
None. |
|
| ProcessedDateEndDisplay | string |
None. |
|
| JobName | string |
None. |
|
| Status | string |
None. |
|
| ErrorMessage | string |
None. |
|
| DateFrom | string |
None. |
|
| DateTo | string |
None. |
|
| Token | string |
None. |
|
| Id | string |
None. |
|
| IsActive | boolean |
None. |
|
| Company | string |
None. |
|
| Search | string |
None. |
|
| CurrentPage | integer |
None. |
|
| TotalPage | integer |
None. |
|
| SizePerPage | integer |
None. |
|
| SortBy | string |
None. |
|
| searchFilter | Collection of ColFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcessedDateStart": "2025-12-22T18:57:25.876652+08:00",
"ProcessedDateStartDisplay": "22/12/2025 06:57:25 PM",
"ProcessedDateEnd": "2025-12-22T18:57:25.876652+08:00",
"ProcessedDateEndDisplay": "22/12/2025 06:57:25 PM",
"JobName": "sample string 2",
"Status": "sample string 3",
"ErrorMessage": "sample string 4",
"DateFrom": "sample string 5",
"DateTo": "sample string 6",
"Token": "sample string 7",
"Id": "sample string 8",
"IsActive": true,
"Company": "sample string 10",
"Search": "sample string 11",
"CurrentPage": 12,
"TotalPage": 13,
"SizePerPage": 14,
"SortBy": "sample string 15",
"searchFilter": [
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
},
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
}
]
}
application/xml, text/xml
Sample:
<SyncLogVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoardRoom.ViewModels">
<Company>sample string 10</Company>
<CurrentPage>12</CurrentPage>
<Id>sample string 8</Id>
<IsActive>true</IsActive>
<Search>sample string 11</Search>
<SizePerPage>14</SizePerPage>
<SortBy>sample string 15</SortBy>
<Token>sample string 7</Token>
<TotalPage>13</TotalPage>
<searchFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
</searchFilter>
<DateFrom>sample string 5</DateFrom>
<DateTo>sample string 6</DateTo>
<ErrorMessage>sample string 4</ErrorMessage>
<JobName>sample string 2</JobName>
<ProcessedDateEnd>2025-12-22T18:57:25.876652+08:00</ProcessedDateEnd>
<ProcessedDateStart>2025-12-22T18:57:25.876652+08:00</ProcessedDateStart>
<Status>sample string 3</Status>
</SyncLogVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |