Gallery Platform API
Reference

Get a record's custom-field values

Returns the record's current custom-field values as a { field_id: value } map.

GET
/gallery/resource-fields/values/{owner_type}/{owner_id}

Returns the record's current custom-field values as a { field_id: value } map.

Authorization

bearerAuth gallery:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: gallery:read

Path Parameters

owner_type*string
owner_id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "custom_fields": {    "property1": null,    "property2": null  }}