GET importer/batches/metadata/{appGuid}/{pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appGuid | globally unique identifier |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
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": "d8b78b05-275b-42a6-809c-e65f98274d3f",
"BatchGuid": "a9c3020b-3cca-48bd-ac34-b086e93fba26",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-09-01T08:39:41.9711466+00:00",
"UploadDateTime": "2026-09-01T08:39:41.9711466+00:00",
"LastStatusDateTime": "2026-09-01T08:39:41.9711466+00:00",
"Status": 1,
"StatusName": "InFtp"
},
{
"AppGuid": "d8b78b05-275b-42a6-809c-e65f98274d3f",
"BatchGuid": "a9c3020b-3cca-48bd-ac34-b086e93fba26",
"BatchNO": 3,
"BatchNumber": "sample string 4",
"FileCount": 5,
"FileNameDateTime": "2026-09-01T08:39:41.9711466+00:00",
"UploadDateTime": "2026-09-01T08:39:41.9711466+00:00",
"LastStatusDateTime": "2026-09-01T08:39:41.9711466+00:00",
"Status": 1,
"StatusName": "InFtp"
}
],
"Page": {
"PageIndex": 1,
"PageSize": 2,
"TotalItemsCount": 3,
"TotalPagesCount": 2
},
"Status": "sample string 1",
"Description": "sample string 2"
}