cURL
curl --request GET \ --url https://api.smokeball.com/tasks/{taskId}/documents \ --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" }, "value": [ { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" }, "task": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" }, "type": 0, "isDeleted": false, "document": "<any>" } ] }
Returns a list of document links for the specified task, if associated with the authenticated client.
When request is successful. Returns a list of 'Link' objects.
The response is of type object.
object