---
title: "Delivery Rendering Contexts By Search Query"
method: GET
path: "/delivery/v1/rendering/search"
tags: ["Delivery render"]
---

# Delivery Rendering Contexts By Search Query

`GET /delivery/v1/rendering/search`

Use the `/delivery/v1/rendering/search` endpoint to retrieve rendering contexts based on a search query. The API has the same query functionality as the delivery search API (See the delivery search API documentation for full query options), except for the following aspects:
   - The "fl" (field list) query parameter is ignored.
   - The query supports only classifiction content.
   - The results of the query are rendering contexts (0-*) in any case.
<br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous

## Query parameters

- `q` string
- `fq` string
- `callback` string

## Response `200`

Successfully retrieved the delivery rendering context.

- object[]
  - `document` object
    - `id` string — The ID of the content item.
    - `rev` string — The current revision of the document.
    - `name` string — The name of the content item.
    - `classification` string — The classification defines the document type. For content items, all documents are classified as "content".
    - `typeId` string — The ID of the content type this item belongs to.
    - `locale` string — The locale of the document (e.g "en", or "de").
    - `lastModified` string, date-time — The last modified date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
    - `lastModifierId` string — The name of user for now, this property may change once user management is defined (read only).
    - `created` string, date-time — The created date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
    - `creatorId` string — The ID of the creator
    - `layouts` object — The layouts of the content item
    - `tags` string[] — The tags describing the content item.
    - `elements` object — Defined by the type and captured in the schema given by the type, in a real content, this property will be filled with more information.
    - `description` string — The description of the content item.
    - `type` string — The link to the content type document this content is based on.

## Other responses

- `304` — Not modified
- `404` — The delivery rendering context for the specified search query was not found.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
