Search content

Searches Document Generator related contents.
A user context is required for every request. The service resolves the user from the JWT bearer token when it contains the user identity or from the userId query parameter when the token does not carry that identity.
The request supports broad searchText, descendant folder scoping, field-based filters, format selection, ordering, and paging.
The search targets published content in Content Manager, including content published to a DocCenter profile and content published but not yet added to any DocCenter profile.
Expired content is excluded from results.

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

User identifier for the search context. Provide this query parameter when the JWT bearer token does not already identify the user. A request must include user identity in the JWT token or this query parameter.

Body Params

Public request body for POST /v3/contents.
The implementation treats omitted booleans as false and omitted page as { size: 10, from: 0 }.
A valid request must enable at least one searchable format selection.

string

Broad text search term applied across title, description, versionNotes, body, and customPropertyValues.

string

Folder identifier. Results include content in the folder and its descendants.

filter
array of objects

Flat property-based filter array. Filters combine with and when isApplyAllFilter=true and with or when isApplyAllFilter=false.

filter
boolean
Defaults to true

true combines filter entries with logical and; false combines them with logical or.

boolean

Enables PPTX in the format selection. When true, at least one of includeStandardPptx or includeLiveDoc must also be true.

boolean

Includes standard file PPTX content in the format selection.

boolean

Includes Document Generator templates and shared slides in the format selection.

boolean

Enables PDF in the format selection.

orderBy
array of objects

Sort attributes and directions.

orderBy
page
object

Paging settings. When omitted, the implementation uses size=10 and from=0.

Responses

userId query parameter.

seismic.library.view scope required by this operation.

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