POST importer/batches/metadata/search

Request Information

URI Parameters

None.

Body Parameters

SearchBatchCriteria
NameDescriptionTypeAdditional information
AppGuid

Collection of globally unique identifier

None.

BatchNUM

string

None.

UploadPeriodStartDate

date

None.

UploadPeriodEndDate

date

None.

BatchStatus

Collection of BatchStatus

None.

PageSize

integer

None.

OrderBy

string

None.

PageIndex

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "AppGuid": [
    "9b386a9d-8174-45d5-906c-a097003190a8",
    "2131704a-4fe8-431a-b85d-577fda09c7d1"
  ],
  "BatchNUM": "sample string 1",
  "UploadPeriodStartDate": "2025-12-06T17:40:08.7809826+00:00",
  "UploadPeriodEndDate": "2025-12-06T17:40:08.7916268+00:00",
  "BatchStatus": [
    1,
    1
  ],
  "PageSize": 2,
  "OrderBy": "sample string 3",
  "PageIndex": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetBatchMetadataByAppResult
NameDescriptionTypeAdditional information
Data

Collection of BatchMetadata

None.

Page

DataPage

None.

Status

string

None.

Description

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Data": [
    {
      "AppGuid": "54180bd0-9ec6-466b-8539-0c4a1700a313",
      "BatchGuid": "8ac70381-59d7-4cd7-bb46-5ef8f1e9a49a",
      "BatchNO": 3,
      "BatchNumber": "sample string 4",
      "FileCount": 5,
      "FileNameDateTime": "2025-12-06T17:40:08.901002+00:00",
      "UploadDateTime": "2025-12-06T17:40:08.901002+00:00",
      "LastStatusDateTime": "2025-12-06T17:40:08.901002+00:00",
      "Status": 1,
      "StatusName": "InFtp"
    },
    {
      "AppGuid": "54180bd0-9ec6-466b-8539-0c4a1700a313",
      "BatchGuid": "8ac70381-59d7-4cd7-bb46-5ef8f1e9a49a",
      "BatchNO": 3,
      "BatchNumber": "sample string 4",
      "FileCount": 5,
      "FileNameDateTime": "2025-12-06T17:40:08.901002+00:00",
      "UploadDateTime": "2025-12-06T17:40:08.901002+00:00",
      "LastStatusDateTime": "2025-12-06T17:40:08.901002+00:00",
      "Status": 1,
      "StatusName": "InFtp"
    }
  ],
  "Page": {
    "PageIndex": 1,
    "PageSize": 2,
    "TotalItemsCount": 3,
    "TotalPagesCount": 2
  },
  "Status": "sample string 1",
  "Description": "sample string 2"
}