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

# Retrieve all resources created within the specified date range.

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

Use this endpoint to retrieve all resources 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
- `startId` string
- `endId` string
- `limit` number
- `format` 'feed' | 'array' | 'sequence'
- `offset` number
- `pageMode` 'offset' | 'deep'
- `order` 'ascending' | 'descending'

## Response `200`

Successfully lists a paged result view of all resources 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
    - `id` string, required — The id of the resource
    - `created` string, date-time, required — The date and time the resource was created.

## 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 data store.
- `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/versions/677305266d89/schema)
