Search LiveDocs

Searches LiveDoc content (Document Generator templates and shared slides).
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, ordering, and paging.
The search targets LiveDoc content, which is indexed separately from standard Content Manager content.
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/livedocs.
The implementation treats omitted page as { size: 10, from: 0 }.

string

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

orderBy
array of objects

Sort attributes and directions.

orderBy
page
object

Paging settings. When omitted, the implementation uses size=10 and from=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