katana_public_api_client.api.operator.get_all_operators¶
katana_public_api_client.api.operator.get_all_operators
¶
Classes¶
Functions¶
asyncio(*, client, working_area=UNSET, resource_id=UNSET, limit=50, page=1)
async
¶
Get all operators
Retrieves a list of operators based on the provided filters.
Parameters:
-
working_area(Union[Unset, str], default:UNSET) – -
resource_id(Union[Unset, int], default:UNSET) – -
limit(Union[Unset, int], default:50) –Default: 50.
-
page(Union[Unset, int], default:1) –Default: 1.
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:
-
ErrorResponse | list[Operator] | None–Union[ErrorResponse, list['Operator']]
Source code in katana_public_api_client/api/operator/get_all_operators.py
asyncio_detailed(*, client, working_area=UNSET, resource_id=UNSET, limit=50, page=1)
async
¶
Get all operators
Retrieves a list of operators based on the provided filters.
Parameters:
-
working_area(Union[Unset, str], default:UNSET) – -
resource_id(Union[Unset, int], default:UNSET) – -
limit(Union[Unset, int], default:50) –Default: 50.
-
page(Union[Unset, int], default:1) –Default: 1.
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[ErrorResponse | list[Operator]]–Response[Union[ErrorResponse, list['Operator']]]
Source code in katana_public_api_client/api/operator/get_all_operators.py
sync(*, client, working_area=UNSET, resource_id=UNSET, limit=50, page=1)
¶
Get all operators
Retrieves a list of operators based on the provided filters.
Parameters:
-
working_area(Union[Unset, str], default:UNSET) – -
resource_id(Union[Unset, int], default:UNSET) – -
limit(Union[Unset, int], default:50) –Default: 50.
-
page(Union[Unset, int], default:1) –Default: 1.
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:
-
ErrorResponse | list[Operator] | None–Union[ErrorResponse, list['Operator']]
Source code in katana_public_api_client/api/operator/get_all_operators.py
sync_detailed(*, client, working_area=UNSET, resource_id=UNSET, limit=50, page=1)
¶
Get all operators
Retrieves a list of operators based on the provided filters.
Parameters:
-
working_area(Union[Unset, str], default:UNSET) – -
resource_id(Union[Unset, int], default:UNSET) – -
limit(Union[Unset, int], default:50) –Default: 50.
-
page(Union[Unset, int], default:1) –Default: 1.
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[ErrorResponse | list[Operator]]–Response[Union[ErrorResponse, list['Operator']]]