latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Organizations

List organizations

Non-admin users will only see organizations they are members of.

get/organizations

Query parameters

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by id using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by type using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by owner_id using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by name using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by label using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by vendor using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

Allows filtering by capabilites using one or more operators.

eqstring

Equal

nestring

Not equal

instring

In (comma-separated list)

ninstring

Not in (comma-separated list)

betweenstring

Between (comma-separated list)

containsstring

Contains

startsstring

Starts with

endsstring

Ends with

Allows filtering by status using one or more operators.<br> Defaults to filter[status][in]=active,restricted,suspended.

eqstring

Equal

nestring

Not equal

betweenstring

Between (comma-separated list)

gtstring

Greater than

gtestring

Greater than or equal

ltstring

Less than

ltestring

Less than or equal

Allows filtering by updated_at using one or more operators.

page[size]integer

Determines the number of items to show.

page[before]string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

page[after]string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

sortstring
Example:-updated_at

Allows sorting by a single field.<br> Use a dash ("-") to sort descending.<br> Supported fields: name, label, created_at, updated_at.

Response

OK

countinteger

Total number of items across pages.