Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/import-file?searchText&status&type' \
--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",
"organizationId": "string",
"type": "client",
"fileurl": "string",
"status": "pending",
"snapshot": {
"erroredRows": 0,
"insertedRows": 0,
"totalRows": 0
},
"note": [
"string"
]
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}