Skip to main content
GET
List published projects

Authorizations

Authorization
string
header
required

The access_token returned by POST /oauth2/token, sent as Authorization: Bearer <access_token>. It is an opaque string, not a JWT.

Query Parameters

q
string

Free-text search.

developerIds
string

Comma-separated developer UUIDs. Alias: developerId.

locationIds
string

Comma-separated location UUIDs. Alias: locationId.

statusIds
string

Comma-separated status UUIDs. Alias: statusId.

propertyTypes
string

Comma-separated property-type UUIDs. Alias: propertyType.

minPrice
string
maxPrice
string
deliveryFrom
string

Handover date lower bound.

deliveryTo
string

Handover date upper bound.

ownershipType
string

Value from the filters call.

campaignType
string

Value from the filters call.

stockAvailability
string

Value from the filters call.

simplified
boolean
default:true

true (default) returns the compact project shape; false returns the full record.

page
integer
default:1

1-indexed page number. Projects only — the developers and locations endpoints reject it with 422.

Required range: x >= 1
limit
integer

Page size.

Required range: x >= 1
offset
integer
sort
string
order
enum<string>
Available options:
asc,
desc

Response

Paginated projects

data
object[]
meta
object

Page-based paging envelope. Used by the projects endpoints only.