katana_public_api_client.api.custom_fields.get_all_custom_fields_collections¶
katana_public_api_client.api.custom_fields.get_all_custom_fields_collections
¶
Classes¶
Functions¶
asyncio(*, client)
async
¶
List all custom fields collections
Retrieves a list of custom fields collections.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
CustomFieldsCollectionListResponse | ErrorResponse | None–Union[CustomFieldsCollectionListResponse, ErrorResponse]
Source code in katana_public_api_client/api/custom_fields/get_all_custom_fields_collections.py
asyncio_detailed(*, client)
async
¶
List all custom fields collections
Retrieves a list of custom fields collections.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[CustomFieldsCollectionListResponse | ErrorResponse]–Response[Union[CustomFieldsCollectionListResponse, ErrorResponse]]
Source code in katana_public_api_client/api/custom_fields/get_all_custom_fields_collections.py
sync(*, client)
¶
List all custom fields collections
Retrieves a list of custom fields collections.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
CustomFieldsCollectionListResponse | ErrorResponse | None–Union[CustomFieldsCollectionListResponse, ErrorResponse]
Source code in katana_public_api_client/api/custom_fields/get_all_custom_fields_collections.py
sync_detailed(*, client)
¶
List all custom fields collections
Retrieves a list of custom fields collections.
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[CustomFieldsCollectionListResponse | ErrorResponse]–Response[Union[CustomFieldsCollectionListResponse, ErrorResponse]]