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": [
"0c659bdc-6e0d-4d2f-96cf-bda1792631fe",
"c73f9a11-0878-47fb-b2bd-f23fe4bfafb2"
],
"BatchNUM": "sample string 1",
"UploadPeriodStartDate": "2026-09-01T08:39:56.2010866+00:00",
"UploadPeriodEndDate": "2026-09-01T08:39:56.2010866+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": "5fe5406b-f4de-42cd-9c8d-e822d95cc49f",
"BatchGuid": "8e90c0df-1bc4-4555-a15e-83c85cf460d8",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-09-01T08:39:56.3908146+00:00",
"UploadDateTime": "2026-09-01T08:39:56.3908146+00:00",
"LastStatusDateTime": "2026-09-01T08:39:56.3908146+00:00",
"Status": 1,
"StatusName": "InFtp"
},
{
"AppGuid": "5fe5406b-f4de-42cd-9c8d-e822d95cc49f",
"BatchGuid": "8e90c0df-1bc4-4555-a15e-83c85cf460d8",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-09-01T08:39:56.3908146+00:00",
"UploadDateTime": "2026-09-01T08:39:56.3908146+00:00",
"LastStatusDateTime": "2026-09-01T08:39:56.3908146+00:00",
"Status": 1,
"StatusName": "InFtp"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}