POST {version}/GetImportedRecords
Get Imported Records
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
ImportQueueFilterName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
FromDateString | string |
None. |
|
ToDateString | string |
None. |
|
State | string |
None. |
|
Source | globally unique identifier |
None. |
|
FromAmount | decimal number |
None. |
|
ToAmount | decimal number |
None. |
|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
OrderBy | string |
None. |
|
IsAscending | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "04/03/2025", "ToDate": "04/03/2025", "FromDateString": "sample string 3", "ToDateString": "sample string 4", "State": "sample string 5", "Source": "ee7112b0-3dca-4b3b-9a9f-50ad6f0017a9", "FromAmount": 6.0, "ToAmount": 7.0, "PageNum": 8, "PageSize": 9, "OrderBy": "sample string 10", "IsAscending": true }
application/xml, text/xml
Sample:
<ImportQueueFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <FromAmount>6</FromAmount> <FromDate>2025-04-03T05:05:48.3241709-04:00</FromDate> <FromDateString>sample string 3</FromDateString> <IsAscending>true</IsAscending> <OrderBy>sample string 10</OrderBy> <PageNum>8</PageNum> <PageSize>9</PageSize> <Source>ee7112b0-3dca-4b3b-9a9f-50ad6f0017a9</Source> <State>sample string 5</State> <ToAmount>7</ToAmount> <ToDate>2025-04-03T05:05:48.3241709-04:00</ToDate> <ToDateString>sample string 4</ToDateString> </ImportQueueFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of Imported Records
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.