cURL
curl --request GET \ --url https://api.smokeball.com/matters/{matterId}/items \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "versionId": "832e778f-83df-454a-b344-768a862a7e67", "items": [ { "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" }, "id": "009f778f-83df-454a-b344-768a862a7e55", "name": "Client", "index": 0, "visible": false, "subItems": [ {} ] } ] }
Returns a list of items on a specified matter.
When request is successful. Returns a 'MatterItems' object containing a list of 'MatterItem' objects.
The response is of type object.
object