katana_public_api_client.api.custom_fields.get_all_custom_field_definitions¶
katana_public_api_client.api.custom_fields.get_all_custom_field_definitions
¶
Classes¶
Functions¶
asyncio(*, client, limit=UNSET, page=UNSET, created_at_min=UNSET, created_at_max=UNSET, updated_at_min=UNSET, updated_at_max=UNSET, label=UNSET, field_type=UNSET, entity_type=UNSET)
async
¶
List custom field definitions
Returns a paginated list of custom field definitions. Each definition
configures a custom field that callers can attach to a resource (sales
order, service, product, etc.) via the resource's custom_fields
property.
Parameters:
-
limit(int | Unset, default:UNSET) –Default: 50.
-
page(int | Unset, default:UNSET) –Default: 1.
-
created_at_min(datetime | Unset, default:UNSET) – -
created_at_max(datetime | Unset, default:UNSET) – -
updated_at_min(datetime | Unset, default:UNSET) – -
updated_at_max(datetime | Unset, default:UNSET) – -
label(str | Unset, default:UNSET) – -
field_type(str | Unset, default:UNSET) – -
entity_type(str | Unset, default:UNSET) –
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:
-
CustomFieldDefinitionListResponse | ErrorResponse | None–CustomFieldDefinitionListResponse | ErrorResponse
Source code in katana_public_api_client/api/custom_fields/get_all_custom_field_definitions.py
asyncio_detailed(*, client, limit=UNSET, page=UNSET, created_at_min=UNSET, created_at_max=UNSET, updated_at_min=UNSET, updated_at_max=UNSET, label=UNSET, field_type=UNSET, entity_type=UNSET)
async
¶
List custom field definitions
Returns a paginated list of custom field definitions. Each definition
configures a custom field that callers can attach to a resource (sales
order, service, product, etc.) via the resource's custom_fields
property.
Parameters:
-
limit(int | Unset, default:UNSET) –Default: 50.
-
page(int | Unset, default:UNSET) –Default: 1.
-
created_at_min(datetime | Unset, default:UNSET) – -
created_at_max(datetime | Unset, default:UNSET) – -
updated_at_min(datetime | Unset, default:UNSET) – -
updated_at_max(datetime | Unset, default:UNSET) – -
label(str | Unset, default:UNSET) – -
field_type(str | Unset, default:UNSET) – -
entity_type(str | Unset, default:UNSET) –
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[CustomFieldDefinitionListResponse | ErrorResponse]–Response[CustomFieldDefinitionListResponse | ErrorResponse]
Source code in katana_public_api_client/api/custom_fields/get_all_custom_field_definitions.py
sync(*, client, limit=UNSET, page=UNSET, created_at_min=UNSET, created_at_max=UNSET, updated_at_min=UNSET, updated_at_max=UNSET, label=UNSET, field_type=UNSET, entity_type=UNSET)
¶
List custom field definitions
Returns a paginated list of custom field definitions. Each definition
configures a custom field that callers can attach to a resource (sales
order, service, product, etc.) via the resource's custom_fields
property.
Parameters:
-
limit(int | Unset, default:UNSET) –Default: 50.
-
page(int | Unset, default:UNSET) –Default: 1.
-
created_at_min(datetime | Unset, default:UNSET) – -
created_at_max(datetime | Unset, default:UNSET) – -
updated_at_min(datetime | Unset, default:UNSET) – -
updated_at_max(datetime | Unset, default:UNSET) – -
label(str | Unset, default:UNSET) – -
field_type(str | Unset, default:UNSET) – -
entity_type(str | Unset, default:UNSET) –
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:
-
CustomFieldDefinitionListResponse | ErrorResponse | None–CustomFieldDefinitionListResponse | ErrorResponse
Source code in katana_public_api_client/api/custom_fields/get_all_custom_field_definitions.py
sync_detailed(*, client, limit=UNSET, page=UNSET, created_at_min=UNSET, created_at_max=UNSET, updated_at_min=UNSET, updated_at_max=UNSET, label=UNSET, field_type=UNSET, entity_type=UNSET)
¶
List custom field definitions
Returns a paginated list of custom field definitions. Each definition
configures a custom field that callers can attach to a resource (sales
order, service, product, etc.) via the resource's custom_fields
property.
Parameters:
-
limit(int | Unset, default:UNSET) –Default: 50.
-
page(int | Unset, default:UNSET) –Default: 1.
-
created_at_min(datetime | Unset, default:UNSET) – -
created_at_max(datetime | Unset, default:UNSET) – -
updated_at_min(datetime | Unset, default:UNSET) – -
updated_at_max(datetime | Unset, default:UNSET) – -
label(str | Unset, default:UNSET) – -
field_type(str | Unset, default:UNSET) – -
entity_type(str | Unset, default:UNSET) –
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[CustomFieldDefinitionListResponse | ErrorResponse]–Response[CustomFieldDefinitionListResponse | ErrorResponse]