Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/import-file-error?importFileId&searchText' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'sortBy;' \
--header 'sortOrder;' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"fileId": "string",
"organization": {
"id": "string",
"organizationId": "string",
"name": "string",
"state": "string"
},
"type": "client",
"data": {
"name": "string",
"amount": "string",
"currency": "string",
"hsnCode": "string",
"unit": "string",
"brand": "string",
"categories": "string",
"inventoryEnabled": "string",
"applicableTaxes": "string",
"thumbnail": "string",
"stockQuantity": "string",
"sku": "string",
"threshold": "string",
"maxStorageCapacity": "string",
"description": "string"
},
"message": "string",
"rowId": "string",
"isSolved": true
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}