v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
custom-enums

Get Custom Enum

Get a specific custom enum by ID.

Args: enum_id: Custom enum primary key. auth: Authenticated caller (read-only). service: Custom-enum service.

Returns: CustomEnumResponse for the owned enum.

Raises: HTTPException: 404 when the enum is missing or not owned.

get/custom-enums/{enum_id}

Path parameters

enum_idstring required

Response

Successful Response

idstring required
user_idstring required
namestring required
valuesstring[] required
descriptionstring nullable
created_atstring required
updated_atstring required