curl 'https://api.scale.com/v2/task'
{
  "project": "abc123",
  "batch": "efg456",
  "delivery": "dce789",
  ...
}
"project"

Certain entities are returned as a unique ID for brevity. These entities can be expanded into the underlying object when specified via the expand request parameter.

curl 'https://api.scale.com/v2/task'
{
  "project": "abc123",
  "batch": "efg456",
  "delivery": "dce789",
  ...
}

Entities that can be expanded from an ID to an object.

Available options:
project,
batch,
delivery