cURL
curl --request GET \ --url https://api.example.com/files/types
{ "data": [ { "key": "<string>", "title": "<string>", "categoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "category": "<string>", "requirementName": "<string>" } ], "message": "File Types" }
List available file types.
File types retrieved successfully
Show child attributes
File Types