GET /designations/123e4567-e89b-12d3-a456-426614174000
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"company_id": "789e4567-e89b-12d3-a456-426614174000",
"name": "Senior Software Engineer",
"description": "Senior level software engineering position",
"level_id": "550e8400-e29b-41d4-a716-446655440000",
"department_id": "660e8400-e29b-41d4-a716-446655440000",
"status": "active",
"created_at": "2026-03-03T10:00:00Z",
"updated_at": "2026-03-03T10:00:00Z"
}
}
Retrieve a specific designation by ID
GET /designations/123e4567-e89b-12d3-a456-426614174000
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"company_id": "789e4567-e89b-12d3-a456-426614174000",
"name": "Senior Software Engineer",
"description": "Senior level software engineering position",
"level_id": "550e8400-e29b-41d4-a716-446655440000",
"department_id": "660e8400-e29b-41d4-a716-446655440000",
"status": "active",
"created_at": "2026-03-03T10:00:00Z",
"updated_at": "2026-03-03T10:00:00Z"
}
}
Show Designation Object
GET /designations/123e4567-e89b-12d3-a456-426614174000
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"company_id": "789e4567-e89b-12d3-a456-426614174000",
"name": "Senior Software Engineer",
"description": "Senior level software engineering position",
"level_id": "550e8400-e29b-41d4-a716-446655440000",
"department_id": "660e8400-e29b-41d4-a716-446655440000",
"status": "active",
"created_at": "2026-03-03T10:00:00Z",
"updated_at": "2026-03-03T10:00:00Z"
}
}