support

Search and retrieve organization deployments for support investigation.

List requires ?organization=<id> and supports ?q=<name> (icontains on deployment name) and ?active=true|false.

Retrieve returns the current options_config, the resolved package version, effective deployment-level bindings, target platforms, and the user groups the deployment targets. Use /audit/ for prior values.

get/api/support/deployments/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

organizationstring required

Required. Organization id whose deployments to list.

activestring

Optional. Filter to active (true) or paused (false) deployments.

qstring

A search term.

Changes