Timeline API

2 PracBill API endpoints for timeline. Base URL https://billing.pracbill.com.au/api.

Get timeline entries (notes, events) for a specific record

GET /{api_key}/timeline/{module}/{id}

Responses

  • 200 — Timeline entries retrieved successfully

Add a timeline entry (note or event) to a record

POST /{api_key}/timeline/{module}/{id}

Request body

FieldTypeDescription
titlestringEntry title
category requiredstring (note | event)Entry type
description requiredstringEntry content/description
event_datestringEvent date (required if category is 'event')
event_typestringEvent type (required if category is 'event')
idintegerEntry ID (for updates)

Responses

  • 200 — Timeline entry created successfully

← All API groups