# Get field schema for a time management entry type

**Get field schema for a time management entry type**
Returns field definitions for the requested entry type.
For `TimeEntry`, the schema includes optional `taskId` (FK to Task) and `code`
(work code string). Use `GET /api/v1/entries/schema/TimeEntry` to see the full
attribute list for your tenant, including custom fields.

Endpoint: GET /api/v1/entries/schema/{type}
Version: 1.0.0
Security: BearerAuth
