kittycad.api.orgs.list_orgs

Functions

asyncio(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by a Zoo employee.

asyncio_detailed(sort_by, *, client[, ...])

sync(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by a Zoo employee.

sync_detailed(sort_by, *, client[, limit, ...])

kittycad.api.orgs.list_orgs._build_response(*, response)[source][source]
Return type:

Response[Union[OrgResultsPage, Error, None]]

kittycad.api.orgs.list_orgs._get_kwargs(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.list_orgs._parse_response(*, response)[source][source]
Return type:

Union[OrgResultsPage, Error, None]

async kittycad.api.orgs.list_orgs.asyncio(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by a Zoo employee. The orgs are returned in order of creation, with the most recently created orgs first.

Return type:

Union[OrgResultsPage, Error, None]

async kittycad.api.orgs.list_orgs.asyncio_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[OrgResultsPage, Error, None]]

kittycad.api.orgs.list_orgs.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by a Zoo employee. The orgs are returned in order of creation, with the most recently created orgs first.

Return type:

Union[OrgResultsPage, Error, None]

kittycad.api.orgs.list_orgs.sync_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[OrgResultsPage, Error, None]]