CCRMAuthorize: ********************curl --location -g --request GET 'https://{{tenantname}}.onchannelcrm.app/api/FileImports' \
--header 'CCRMAuthorize: <api-key>'[
{
"id": 0,
"userID": "",
"uploadTime": "",
"inputType": "",
"allowInsert": true,
"allowUpdate": true,
"uniqueTypeCompany": "",
"uniqueTypeContact": "",
"startTime": "",
"finishTime": "",
"fileName": "",
"input": "",
"output": "",
"taken": true,
"progress": 0,
"success": true,
"comments": "",
"tableCompany": true,
"tableContact": true,
"tableCompanyInfotag": true,
"tableContactInfotag": true
}
]