"project"
Expand certain entities within the API response.
expand
curl 'https://api.scale.com/v2/task'
{ "project": "abc123", "batch": "efg456", "delivery": "dce789", ... }
Entities that can be expanded from an ID to an object.
project
batch
delivery
{ "title": "Example", "value": "project" }