Skip to content

All field values for a collection

GET
/collections/{id}/fields

Returns every field value set on the collection joined with the field definition shape. The response is filtered by field_definition.read_capability — callers without the cap for a given field don’t see the value.

id
required
string format: uuid

Field values for the collection

Array<object>

One field value as seen on a collection. Mirrors AssetFieldValue but for the collection subject_kind; the set_by vocabulary is narrower (no exif/iptc/xmp — collections aren’t files).

object
field_id
required
string format: uuid
field_code
required
string
field_label
string
type
required
string
Allowed values: text longtext rich_text number boolean date datetime select multi_select tree reference
value_text
string
nullable
value_num
number
nullable
value_date
string format: date-time
nullable
value_options
Array<string>
nullable
value_ref
string format: uuid
nullable
set_by
required
string
Allowed values: manual api import computed
set_at
required
string format: date-time
set_by_user_ref
integer format: int64
nullable

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed