Publication Custom Fields
Read publication custom field definitions.
List publication custom fields
query Parameters
page0-based page number for offset pagination. Mutually exclusive with cursor.
cursor^[A-Za-z0-9._~\-]*$Opaque cursor for keyset pagination. Mutually exclusive with page. Clients must not parse or construct it; pass the nextCursor value back unchanged. Current tokens use the shared v1.BASE64... format.
sizeRequested page size. Defaults to 20 and must not exceed 100.
activeFilter by active state.
platformIdFilter by platform ID.
List publication custom fields › Responses
OK
Items in the current response slice.
hasMoreWhether more items are available after this slice.
nextCursorCursor to request the next slice when cursor pagination is used.
Offset-based pagination metadata when page mode is used.
sizeRequested page size or cursor batch size.
Get publication custom field by ID
path Parameters
idGet publication custom field by ID › Responses
OK
activeActive custom field state.
allowEmptyValueWhether the field accepts an empty value. Returned for selection and date fields only. When false, writing an empty value stores a default instead: the field's first option for selection fields, the current date for date fields.
Platforms to which this custom field is assigned.
idCustom field ID.
nameCustom field name.
Possible options for selection in multiple-choice or single-choice fields.
typeType of custom field.