GET/ng-cms/content/{projectId}/{typeKey}

List content entries

Параметры запроса

projectIdstring
Обязательный

The unique identifier of the project (bucket)

typeKeystring
Обязательный

The key or ID of the content type to list entries for

statusnumber
Необязательный

Filter by entry status: 1 = Draft, 2 = Published, 3 = Archived

searchstring
Необязательный

Full-text search term applied across entry fields

fieldsstring
Необязательный

Field filter in key:value format (e.g. fields=title:Hello). Can be repeated for multiple filters.

offsetnumberпо умолчанию: 0
Необязательный

Number of entries to skip (0-based)

limitnumberпо умолчанию: 50
Необязательный

Maximum number of entries to return

Ответы

200Paginated list of content entries.

тип: PagedApiResponse<CmsContentEntryDto>

401Unauthorized. A valid bearer token is required.
412Precondition Failed. The project's current plan does not allow access to this resource, or payment is required to proceed.
500Unexpected server error.

тип: ApiResponse<T>

successbooleanAlways false
errorsErrorDetail[]List of server-side errors
correlationIdstringUnique ID for tracing the error
messagestringError message
stackstringStack trace (non-production only)

Оставаясь на сайте, Вы даете свое согласие на использование файлов cookie