Properties
| Name | Type | Description |
|---|---|---|
| timeEntryId | string | Identifier of the time entry. |
| userId | string | The xero user identifier of the person who logged time. |
| projectId | string | Identifier of the project, that the task (which the time entry is logged against) belongs to. |
| taskId | string | Identifier of the task that time entry is logged against. |
| dateUtc | string | The date time that time entry is logged on. UTC Date Time in ISO-8601 format. |
| dateEnteredUtc | string | The date time that time entry is created. UTC Date Time in ISO-8601 format. By default it is set to server time. |
| duration | integer | The duration of logged minutes. |
| description | string | A description of the time entry. |
| status | string | Status of the time entry. By default a time entry is created with status of `ACTIVE`. A `LOCKED` state indicates that the time entry is currently changing state (for example being invoiced). Updates a |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TimeEntry",
"title": "TimeEntry",
"externalDocs": {
"url": "https://developer.xero.com/documentation/projects/time"
},
"type": "object",
"properties": {
"timeEntryId": {
"type": "string",
"format": "uuid",
"example": "00000000-0000-0000-000-000000000000",
"description": "Identifier of the time entry."
},
"userId": {
"type": "string",
"format": "uuid",
"example": "00000000-0000-0000-000-000000000000",
"description": "The xero user identifier of the person who logged time."
},
"projectId": {
"type": "string",
"format": "uuid",
"example": "00000000-0000-0000-000-000000000000",
"description": "Identifier of the project, that the task (which the time entry is logged against) belongs to."
},
"taskId": {
"type": "string",
"format": "uuid",
"example": "00000000-0000-0000-000-000000000000",
"description": "Identifier of the task that time entry is logged against."
},
"dateUtc": {
"type": "string",
"format": "date-time",
"description": "The date time that time entry is logged on. UTC Date Time in ISO-8601 format."
},
"dateEnteredUtc": {
"type": "string",
"format": "date-time",
"description": "The date time that time entry is created. UTC Date Time in ISO-8601 format. By default it is set to server time."
},
"duration": {
"type": "integer",
"description": "The duration of logged minutes."
},
"description": {
"type": "string",
"description": "A description of the time entry."
},
"status": {
"type": "string",
"enum": [
"ACTIVE",
"LOCKED",
"INVOICED"
],
"description": "Status of the time entry. By default a time entry is created with status of `ACTIVE`. A `LOCKED` state indicates that the time entry is currently changing state (for example being invoiced). Updates are not allowed when in this state. It will have a status of INVOICED once it is invoiced."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-timeentry"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.