Fetching a single resource
To fetch an individual entity, the request would look like GET {{entity-type}}/{{id}}.json
. For example, GET spaces/42.json
; deals
is the entity type, 42
is the ID of the space.
See Response structure for an example response.
Feedback
If you have any feedback or suggestions, feel free to contact us at api@teamwork.com.