GET SyncStatusXano/{dataSource}/{minutes}/{filter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataSource | DataSourceEnum |
Required |
|
| minutes | integer |
Required |
|
| filter |
S1=Std. filter |
string |
Default value is S1 |
Body Parameters
None.
Response Information
Resource Description
Collection of XanoCommonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| refType | string |
None. |
|
| external_id_1 | string |
None. |
|
| external_id_2 | string |
None. |
|
| external_id_3 | string |
None. |
|
| dataSource | DataSourceEnum |
None. |
|
| idDatatype | IdDatatype |
None. |
|
| id | string |
None. |
|
| id_or_guid_old | string |
None. |
|
| created_at | integer |
None. |
|
| created_at_datetime_local | date |
None. |
|
| nlogPrefix | string |
None. |
|
| jsonCompare | JsonCompareHead |
None. |
|
| xanoException | Exception |
None. |
|
| statusXanoPost |
CONTINUE means duplicate-row should be ignored |
HttpStatusCode |
None. |
| dataSourceSubApiPost | DataSourceSubApi |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"dataSourceSubApiPost": 0,
"refType": "sample string 1",
"external_id_1": "sample string 2",
"external_id_2": "sample string 3",
"external_id_3": "sample string 4",
"dataSource": 0,
"idDatatype": 0,
"id": "sample string 5",
"id_or_guid_old": "sample string 6",
"created_at": 7,
"created_at_datetime_local": "2025-12-12T02:15:16.3942786+01:00",
"nlogPrefix": "sample string 9",
"jsonCompare": {
"jsonDiffList": null,
"isBeforeUpdateExists": true,
"jsonBeforeUpdate": "sample string 2",
"jsonPostInner": "sample string 3",
"jsonAfterUpdate": "sample string 4",
"diff": null
},
"xanoException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"statusXanoPost": 100
},
{
"dataSourceSubApiPost": 0,
"refType": "sample string 1",
"external_id_1": "sample string 2",
"external_id_2": "sample string 3",
"external_id_3": "sample string 4",
"dataSource": 0,
"idDatatype": 0,
"id": "sample string 5",
"id_or_guid_old": "sample string 6",
"created_at": 7,
"created_at_datetime_local": "2025-12-12T02:15:16.3942786+01:00",
"nlogPrefix": "sample string 9",
"jsonCompare": {
"jsonDiffList": null,
"isBeforeUpdateExists": true,
"jsonBeforeUpdate": "sample string 2",
"jsonPostInner": "sample string 3",
"jsonAfterUpdate": "sample string 4",
"diff": null
},
"xanoException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"statusXanoPost": 100
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.