cURL
curl --request GET \ --url https://api.smokeball.com/matters/{matterId}/layouts/{itemId}/contacts \ --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" }, "key": "", "contact": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" } } ]
Returns a list of contacts on a specified layout.
When request is successful. Returns a list of 'LayoutContact' objects.
The response is of type object[].
object[]