POST {version}/GetImportedRecords
Get Imported Records
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ImportQueueFilter| Name | 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": "11/27/2025",
"ToDate": "11/27/2025",
"FromDateString": "sample string 3",
"ToDateString": "sample string 4",
"State": "sample string 5",
"Source": "392b4e99-f761-46aa-bd11-873a0c2715df",
"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-11-27T23:26:58.4325177-05:00</FromDate> <FromDateString>sample string 3</FromDateString> <IsAscending>true</IsAscending> <OrderBy>sample string 10</OrderBy> <PageNum>8</PageNum> <PageSize>9</PageSize> <Source>392b4e99-f761-46aa-bd11-873a0c2715df</Source> <State>sample string 5</State> <ToAmount>7</ToAmount> <ToDate>2025-11-27T23:26:58.4325177-05: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
DataTable| Name | 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.