---
title: "Retrieve all renditions created within the specified date range."
method: GET
path: "/authoring/v1/renditions/views/by-created"
tags: ["Authoring renditions"]
---

# Retrieve all renditions created within the specified date range.

`GET /authoring/v1/renditions/views/by-created`

Use this endpoint to retrieve all renditions that was created within the date range specified.<br />User roles: admin, manager, editor, viewer

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `fields` string
- `offset` integer
- `limit` integer
- `order` 'ascending' | 'descending'

## Response `200`

Successfully lists a paged result view of all renditions that was created within the date range specified.

- object
  - `limit` integer, required — The page size.
  - `offset` integer, required — The number of items to skip from the beginning of the list.
  - `href` string, required — A link to the current page.
  - `next` string — A link to the next page. Only shown if a next page exists.
  - `previous` string — A link to the previous page. Only shown if a previous page exists.
  - `items` object[], required
    - `locationX` integer — Offset from the top left corner in the x dimension for where the crop will begin
    - `locationY` integer — Offset from the top left corner in the y dimension for where the crop will begin
    - `width` integer — Width of the crop
    - `height` integer — Height of the crop
    - `scale` number — Size image will be scaled to
    - `asset` object, required
      - `id` string, required — The id of the asset this rendition is for
    - `id` string, required — The id of the rendition
    - `rev` string, required — The revision of the rendition
    - `classification` 'rendition', required — The classification of a rendition is always "rendition"
    - `fileName` string, required — File name of the resource
    - `mediaType` string, required — Media type of the resource
    - `resource` string, required — the id of the uploaded resource this rendition is for
    - `links` object
      - `self` object, required — Relative link to the rendition
        - `href` string, required — Relative url
      - `media` object, required — Relative link to the rendition applied to the resource
        - `href` string, required — Relative url
      - `asset` object, required — Relative link to the asset
        - `href` string, required — Relative url
      - `resource` object, required — Relative link to the rendition
        - `href` string, required — Relative url

## Other responses

- `400` — The provided parameters are invalid. Please read the error message and alter the request accordingly.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Connection failed to datastore.
- `default` — Unexpected error.

---

[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)
