v1

latestOpenAPI 3.0.32026-07-2647114182.1 KB
offers

Public API for managing offers, inherits from OfferAPIView, customizes the schema generation and authentication/permission settings.

get/public_api/offers/

Query parameters

limitinteger

Número de resultados a serem retornados por página.

pageinteger

Número da página a ser retornada.

Response

Corpo da resposta status 200

countinteger
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"
}