Skip to main content

PaginatedResponse[ListAction]

countCount (integer)
Default value: 0
next object
anyOf
string

Possible values: non-empty and <= 2083 characters

previous object
anyOf
string

Possible values: non-empty and <= 2083 characters

results object[]
  • Array [
  • run_for_eventsstring[]

    Possible values: [product.create, product.update, product.delete, rental_file.create, rental_file.update, rental_file.delete]

    Default value: []
    iduuidrequired
    nameName (string)required
    descriptionDescription (string)
    Default value:
    versionVersion (string)
    Default value: 1.0
    priorityPriority (integer)
    Default value: 0
    activeActive (boolean)
    Default value: true
  • ]
  • PaginatedResponse[ListAction]
    {
    "count": 0,
    "next": "string",
    "previous": "string",
    "results": [
    {
    "run_for_events": [
    "product.create"
    ],
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "description": "string",
    "version": "1.0",
    "priority": 0,
    "active": true
    }
    ]
    }