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": [
"c63db9e6-d11f-4407-af31-2d9029dcbf5a",
"b18678ab-f66c-4896-9b4d-0724aa3a586b"
],
"BatchNUM": "sample string 1",
"UploadPeriodStartDate": "2026-02-25T23:28:23.9461145+00:00",
"UploadPeriodEndDate": "2026-02-25T23:28:23.9461145+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": "0892646f-02df-45e4-a46d-0ff909950391",
"BatchGuid": "41e48a91-a8ff-43f8-9ce3-7403ceec655c",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-02-25T23:28:24.1804889+00:00",
"UploadDateTime": "2026-02-25T23:28:24.1804889+00:00",
"LastStatusDateTime": "2026-02-25T23:28:24.1804889+00:00",
"Status": 1,
"StatusName": "InFtp"
},
{
"AppGuid": "0892646f-02df-45e4-a46d-0ff909950391",
"BatchGuid": "41e48a91-a8ff-43f8-9ce3-7403ceec655c",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-02-25T23:28:24.1804889+00:00",
"UploadDateTime": "2026-02-25T23:28:24.1804889+00:00",
"LastStatusDateTime": "2026-02-25T23:28:24.1804889+00:00",
"Status": 1,
"StatusName": "InFtp"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}