Skip to main content

Get a synced time entry with its integration links

GET 

/integration/time-entries/:id

Returns a single time entry together with its integrationLinks array — the list of external-system references bound to this entry.

Requires an org-scoped API key.

Request

Path Parameters

    id uuidrequired

    Time entry UUID.

OK

Schema

    iduuidrequired
    Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
    organizationIduuidrequired
    Example: 7b1e2c3d-0000-0000-0000-000000000001
    projectIduuidrequired
    Example: 9a8b7c6d-0000-0000-0000-000000000002
    userIduuidrequired
    Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
    entryIduuidnullablerequired
    Example: null
    workDatestringrequired
    Example: 2025-01-15
    hoursstringrequired
    Example: 2.5
    minutesintegerrequired
    Example: 150
    notesstring | nullnullablerequired
    Example: Sprint planning session.
    billablebooleanrequired
    Example: true
    sourcestringrequired
    Example: illumera
    statusstringrequired

    Possible values: [draft, submitted, approved, rejected, locked, invoiced]

    Example: draft
    invoicedbooleanrequired
    Example: false
    createdAtdate-timerequired
    Example: 2025-01-15T08:00:00Z
    updatedAtdate-timerequired
    Example: 2025-01-15T10:30:00Z

    integrationLinks

    object[]

    required

    All integration links currently attached to this time entry. Each link records the external system and ID that created or is bound to this entry.

  • Array [

  • iduuidrequired
    Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
    organizationIduuidrequired
    Example: 7b1e2c3d-0000-0000-0000-000000000001
    providerstringrequired
    Example: illumera
    externalTypestringrequired
    Example: user
    externalIdstringrequired
    Example: illumera-user-001
    alignEntityTypestringrequired
    Example: user
    alignEntityIduuidrequired
    Example: 9a8b7c6d-0000-0000-0000-000000000002
    createdAtdate-timerequired
    Example: 2025-01-01T00:00:00Z
  • ]