Skip to main content

PaginatedResponse[PropertyRentList]

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 [
  • iduuidrequired
    reference object
    anyOf
    string

    Possible values: <= 80 characters

    photo_uri object
    anyOf
    string
    titleTitle (string)required

    Possible values: <= 256 characters

    rent_amountRent Amount (number)required
    added_atdate-timerequired
    applicant_file_countApplicant File Count (integer)
    Default value: 0
  • ]
  • PaginatedResponse[PropertyRentList]
    {
    "count": 0,
    "next": "string",
    "previous": "string",
    "results": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "reference": "string",
    "photo_uri": "string",
    "title": "string",
    "rent_amount": 0,
    "added_at": "2024-07-29T15:51:28.071Z",
    "applicant_file_count": 0
    }
    ]
    }