Skip to main content
GET
Version History

Version History

Returns a paginated list of all changes made to a facility over time, including who made the change, when, and which fields were modified.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the facility

Query Parameters

integer
default:"1"
Page number (1-based)
integer
default:"50"
Items per page (max 100)

Response

array[object]
Version entries:
integer
Total number of versions
integer
Current page number
integer
Page size

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: The facility does not exist or belongs to another organization

Get Facility

View current facility details

Update Facility

Modify a facility record