File Types
List File Types
Get the available file types for uploads.
get/fileTypes
Query parameters
cursorstring
Uses the filter values of the previous page to determine the next set of items.
sizeinteger
Example:50
The number of objects you want returned in a collection.
typestring
Filter results to certain type of file types.
activeboolean
Filter results to active or inactive file types.
enabledboolean
Filter results to enabled or disabled file types.
ocrboolean
Filter results to file types that support OCR.
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": {
"nextCursor": "1259723474",
"items": [
{
"logoUrl": "https://cdn.smileapi.io/image/provider-logo/v20210813064500/SOCIAL_SECURITY.png",
"type": "PAYSLIP",
"typeLabel": "SOCIAL SECURITY Records"
}
]
}
}