All field values for a collection
GET /collections/{id}/fields
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”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
value_text
string
value_num
number
value_date
string format: date-time
value_options
Array<string>
value_ref
string format: uuid
set_by
required
string
set_at
required
string format: date-time
set_by_user_ref
integer format: int64
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "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