Authorization: ********************
{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/customerTables/ID of customer table/records/filter' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}'
[
{
"_id": "string",
"tableId": "string",
"tableHeaderContents": [
{
"header": {
"_id": "string",
"name": "string",
"headerType": "NUMBER",
"helpText": "string",
"validations": [
{
"headerValidationType": "REQUIRED",
"validationValue": "string"
}
]
},
"content": "string"
}
],
"tags": [
"string"
],
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}
]