POST importer/batches/metadata/search
Request Information
URI Parameters
None.
Body Parameters
SearchBatchCriteria| Name | Description | Type | Additional 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": [
"e76beef0-1367-422e-aa79-83a34f88cc7f",
"b6435e37-46bb-45e9-9966-05229f592612"
],
"BatchNUM": "sample string 1",
"UploadPeriodStartDate": "2026-01-22T11:17:57.1878789+00:00",
"UploadPeriodEndDate": "2026-01-22T11:17:57.1878789+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| Name | Description | Type | Additional 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": "9298942b-4260-47d0-aca2-b22737f865ac",
"BatchGuid": "608b5ef2-a3ac-4560-8f91-84e7fed09bfe",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-01-22T11:17:57.2984055+00:00",
"UploadDateTime": "2026-01-22T11:17:57.2984055+00:00",
"LastStatusDateTime": "2026-01-22T11:17:57.2984055+00:00",
"Status": 1,
"StatusName": "InFtp"
},
{
"AppGuid": "9298942b-4260-47d0-aca2-b22737f865ac",
"BatchGuid": "608b5ef2-a3ac-4560-8f91-84e7fed09bfe",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-01-22T11:17:57.2984055+00:00",
"UploadDateTime": "2026-01-22T11:17:57.2984055+00:00",
"LastStatusDateTime": "2026-01-22T11:17:57.2984055+00:00",
"Status": 1,
"StatusName": "InFtp"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}