Organization
Here you can find information about all API commands and queries related to organizations.
Queries
get_organization
Get organization details.
Parameters
id
(required): The ID of the organization.
Example
Organization Response
id
: The ID of the organization.created_at
: The date and time when the organization was created.updated_at
: The date and time when the organization was last updated.name
: The name of the organization.description
: The description of the organization.slug
: The slug of the organization.
Example Response
list_organizations
Paginated list of all organizations subject to the user's access rights.
Parameters
page
(required): The page number to return.minimum: 1
size
(required): The number of items to return per page.minimum: 1, maximum: 100
Example
Response
total
: The total number of organizations subject to the user's access rights.page
: The current page number.size
: The number of items requested per page.
Example Response
Zuletzt aktualisiert
War das hilfreich?