GET Setup/SyncPackage
Get syncPackages from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
SyncPackages |
Filter by SyncPackageIDs |
Collection of integer |
None. |
Type |
Filter by Type |
string |
None. |
Statuses |
Filter by Statuses |
Collection of SyncStatus |
None. |
IsOrderOfOperationImportant |
Filter by IsOrderOfOperationImportant |
boolean |
None. |
PackageInfo |
Filter by PackageInfo |
string |
None. |
DeviceInfo |
Filter by DeviceInfo |
string |
None. |
Data |
Filter by Data |
string |
None. |
ErrorData |
Filter by ErrorData |
string |
None. |
CreatedByUserID |
Filter by CreatedByUserID |
integer |
None. |
LastUpdatedByUserID |
Filter by LastUpdatedByUserID |
integer |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
MaxRows | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of SyncPackageDTOs
Collection of SyncPackageDTOName | Description | Type | Additional information |
---|---|---|---|
SyncPackageID |
Sync Package ID |
integer |
None. |
Type |
Type |
string |
None. |
Status |
Status |
SyncStatus |
None. |
IsOrderOfOperationImportant |
Is Order Of Operation Important |
boolean |
None. |
PackageInfo |
Package Info |
string |
None. |
DeviceInfo |
Device Info |
string |
None. |
Data |
Data |
string |
None. |
ResultData |
Data |
string |
None. |
ErrorData |
Error Data |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |