Skip to main content
GET
List Projects
The search query parameter takes a list of words and enables you to only return projects whose code or name (or those of their clients) contains all those words.

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Query Parameters

organizationId
integer
required

Filter on a single organization unique identifier.

Comma-separated list of codes / names to search for

limit
integer
default:10

Page size

page
integer
default:1

Page number

Required range: x >= 1
fields.root
enum<string>

Return total items count (across all pages).

Available options:
count
code
string

Only returns projects whose code is strictly equal to sent value

Response

OK

next
string<uri> | null
prev
string<uri> | null
count
integer | null
Required range: x >= 0
items
The Project resource · object[]