Prompts

✨ List prompts

List all prompts.

get/api/prompts/

Query parameters

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

searchstring

A search term.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}

Changes

Changed in 3 of the 97 revisions of this API.27

    • the response property results/items/created_by/allOf[UserSimple]/avatar became nullable for the status 200

      response-property-became-nullable

    • added the new optional query request parameter page_size

      new-optional-request-parameter

  • 5281b5793e5f16See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter search

      new-optional-request-parameter

    • added the optional property next to the response with the 200 status

      response-optional-property-added

    • added the optional property previous to the response with the 200 status

      response-optional-property-added

    • added the required property count to the response with the 200 status

      response-required-property-added

    • added the required property results to the response with the 200 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.