cURL
curl --request GET \ --url https://api.timelockdata.com/api/v1/evidences/{COMPANY_ID}/evidence/{EVIDENCE_EXTERNAL_ID} \ --header 'X-API-Key: <api-key>'
{ "object": { "id": "<string>", "categoryId": "<string>", "subcategoryId": "<string>", "externalId": "<string>", "createDate": "2023-11-07T05:31:56Z", "name": "<string>", "status": "<string>", "txId": "<string>", "description": "<string>", "imageId": "<string>", "summary": "<string>", "owner": "<string>", "meta": {} }, "events": [ { "timestamp": "2023-11-07T05:31:56Z", "ownerName": "<string>", "type": "update", "txId": "<string>", "personaName": "<string>", "updateType": "stolen", "eventDescription": "<string>", "updateDescription": "<string>", "version": 123, "meta": {}, "merkleBatchId": "<string>", "merkleSendStatus": "<string>" } ], "lastVersion": 123, "isMore": true }
Company identifier
Evidence external identifier
Last event index for pagination
Number of events to return
Evidence details
Evidence object details
Show child attributes
List of events associated with the evidence
Version of the last retrieved history element
Indicates whether additional events exist