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