Skip to main content
GET
List real estate projects

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

created_at_after
string<date>

Created Date Range

created_at_before
string<date>

Created Date Range

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

ordering
string

Which field to use when ordering the results.

updated_at_after
string<date>

Updated Date Range

updated_at_before
string<date>

Updated Date Range

Response

count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"

results
object[]