Get content property values

Returns the allowed values for a specific content property that has a defined domain of values. Only content properties configured with a fixed value list return results here; properties that accept freeform user input return an empty array.

Use this endpoint to discover the valid values for a content property before tagging library content, validating user input, or building selection lists in an integration UI.

Glossary: content property — A metadata attribute that can be attached to library content items for classification and filtering. domain of values — The fixed enumerated list of allowed values for a content property.

🚧

End of Life

Content Properties are being phased out in favor of the more robust Custom Properties. We will continue to support Content Properties for many months, but you should be using Custom Properties moving forward.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the content property whose allowed values should be returned. Must be a UUID of an existing content property that has a defined domain of values.

Query Params
integer
1 to 100
Defaults to 100

Maximum number of values to return per page. Defaults to 100 if not specified. Use together with offset for paginated traversal.

integer
≥ 0
Defaults to 0

Zero-based index of the first value to return. Use together with limit for paginated traversal. Defaults to 0.

Responses

contentPropertyId is not a valid UUID.

contentPropertyId.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json