Delete position requests

Delete requests to fill the group's serving positions without notifying the requesters. Provide ids, or explicitly set include to false to delete every request matching the filters; an empty body is rejected.

Required permission: Limited Write Groups

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the group the requests are in

Query Params
int32
≥ 1

The id of a specific request to return.

string

Comma-delimited list of position ids. Values come from /api/groups/{id}/positions.

string

Comma-delimited list of request decisions: pending (1), approved (2) or denied (3). Accepts the names or the numbers.

date-time

Return requests submitted on or after this date.

date-time

Return requests submitted on or before this date.

string

Return requests whose requester's first name contains the given text.

string

Return requests whose requester's last name contains the given text.

string

Text matched against the requester's names and aliases. When multiple words are given, every word must match.

string

Return requests whose requester's email address contains the given text.

string

Return requests whose requester's phone number contains the given digits.

Body Params

The selection criteria for the requests

ids
array of doubles | null

The ids the operation applies to: an include list by default, or an exclude list when include is false. For deletes, required unless include is false.

ids
boolean | null

Whether ids is an include list (true, default) or an exclude list (false). Setting include to false with no ids applies the operation to every record matching the query filters.

Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!