cURL
curl --request GET \ --url https://api.timelockdata.com/api/v1/evidences/{COMPANY_ID}/evidence/{EVIDENCE_EXTERNAL_ID}/files \ --header 'X-API-Key: <api-key>'
{ "dt": [ { "name": "<string>", "overlayId": "<string>", "mimeType": "<string>", "title": "<string>", "iconId": "<string>", "eventId": 123 } ], "category": [ { "name": "<string>", "overlayId": "<string>", "mimeType": "<string>", "title": "<string>", "iconId": "<string>", "eventId": 123 } ], "subcategory": [ { "name": "<string>", "overlayId": "<string>", "mimeType": "<string>", "title": "<string>", "iconId": "<string>", "eventId": 123 } ] }
Company identifier
Evidence external identifier
List of files
Files associated with the evidence
Show child attributes
Files associated with the category
Files associated with the subcategory