Skip to main content
GET
List a participant's arrangements

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

Owning participant id (UUID).

Example:

"0190b5a0-0000-7000-8000-0000000000aa"

Query Parameters

limit
string

Page size (default 50, max 100). A negative or non-numeric value is rejected with 400.

Example:

"50"

offset
string

Rows to skip (default 0). A negative or non-numeric value is rejected with 400.

Example:

"0"

Response

OK

items
object[] | null
required

Arrangements in this page, newest first.