Optional
configuration: ConfigurationOptional
options: AxiosRequestConfig<any>Override http request option.
Method creates an organization
A unique integer value identifying this organization.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes an organization
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['name', 'owner', 'slug', 'id'].
Optional
name: stringA simple equality filter for the name field
Optional
owner: stringA simple equality filter for the owner field
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
search: stringA search term. Available search_fields: ('name', 'owner', 'slug')
Optional
slug: stringA simple equality filter for the slug field
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['name', 'owner', 'slug', 'id']
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of organizations
A unique integer value identifying this organization.
Optional
patchedOrganizationWriteRequest: PatchedOrganizationWriteRequestOptional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in an organization
A unique integer value identifying this organization.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of an organization
Generated using TypeDoc
OrganizationsApi - functional programming interface