POST {version}/GetImportedRecords

Get Imported Records

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ImportQueueFilter
NameDescriptionTypeAdditional 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": "10/16/2024",
  "ToDate": "10/16/2024",
  "FromDateString": "sample string 3",
  "ToDateString": "sample string 4",
  "State": "sample string 5",
  "Source": "63c5c5f6-101c-4679-9b5f-fdfae81e5df6",
  "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>2024-10-16T12:23:58.6779437-04:00</FromDate>
  <FromDateString>sample string 3</FromDateString>
  <IsAscending>true</IsAscending>
  <OrderBy>sample string 10</OrderBy>
  <PageNum>8</PageNum>
  <PageSize>9</PageSize>
  <Source>63c5c5f6-101c-4679-9b5f-fdfae81e5df6</Source>
  <State>sample string 5</State>
  <ToAmount>7</ToAmount>
  <ToDate>2024-10-16T12:23:58.6779437-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

DataTable
NameDescriptionTypeAdditional 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.