cURL
curl --request GET \ --url https://api.smokeball.com/matters/{matterId}/archive \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "id": "f489b750-544e-4aa7-962e-f388b775bc14", "archivedDate": "2022-04-23T14:00:00Z", "archiveBoxNumber": "24", "archiveComments": "Lot 1", "archivedLocation": "Box", "destroyDate": "2022-04-29T14:00:00Z", "isArchived": true }
Retrieves an archive for a matter.
When request is successful. Returns the specified archive.
The response is of type object.
object