Get content properties

Returns the list of content properties defined within the tenant, optionally filtered by teamsite and including each property's domain of values. Use this endpoint to discover which metadata properties are available for classifying library content, check whether a property has a domain of values before calling GetContentPropertyValues, or build dynamic selection UIs for content tagging.

Example: GET /integration/v2/contentProperties?teamsiteId=b2a17e9e-fb83-4788-9479-cff8ea7baf6b&includeValues=true returns all content properties associated with a specific teamsite, including their full domain value lists.

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. teamsite — A branded Seismic workspace used to organize and distribute content to specific audiences.

🚧

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…
Query Params
string

Filter content properties to those associated with this teamsite. Must be a valid UUID of an existing teamsite or the special value 1 for the global teamsite. Omit to return content properties across all teamsites.

boolean

When true, includes the full list of domain values for each content property in the response. When false or omitted, the domainOfValues array is not populated.

integer
1 to 100
Defaults to 100

Maximum number of content properties 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 content property to return. Use together with limit for paginated traversal. Defaults to 0.

Responses

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