در حال بارگذاری…
List the training-partner requests you are a party to, in either direction.
| Permission | Description |
|---|---|
training_partners.view | Read your own partner requests |
Only requests you sent or received. Other people's requests are never listed.
| Name | Type | Required | Description |
|---|---|---|---|
direction | string | No | sent or received. Omit for both |
status | string | No | pending, accepted or declined |
per_page | int | No | Results per page (default 50, capped at 100) |
page | int | No | Page number for pagination |
Ordered by created_at descending, with the id as a tie-break.
{
"data": [<training partner request resource>, ...],
"links": {<pagination data>},
"meta": {<pagination data>}
}
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |
| 422 | Validation Error | Validation error |