Optionalconfiguration: ConfigurationOptionaloptions: RawAxiosRequestConfigOverride http request option.
Optionalfilter: 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'].
Optionalname: stringA simple equality filter for the name field
Optionalowner: stringA simple equality filter for the owner field
Optionalpage: numberA page number within the paginated result set.
OptionalpageSize: numberNumber of results to return per page.
Optionalsearch: stringA search term. Available search_fields: ('name', 'owner', 'slug')
Optionalslug: stringA simple equality filter for the slug field
Optionalsort: stringWhich field to use when ordering the results. Available ordering_fields: ['name', 'owner', 'slug', 'id']
Optionaloptions: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this organization.
OptionalpatchedOrganizationWriteRequest: PatchedOrganizationWriteRequestOptionaloptions: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this organization.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
OrganizationsApi - functional programming interface
Export