v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBDocuments|File
Fetch file type list.
This method can be used to get a list of file types. File types in geoCapture specify a group of files. In addition, the file type provides permission control by specifying who can read, modify and delete a file.
get/file/fetch_type
Query parameters
offsetinteger
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set. This Parameter is optional
limitinteger
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records. This Parameter is optional
Response
Success Response:
Example response
{
"data": [
{
"createdAt": "2015-02-20T12:59:21+01:00"
}
]
}