Search and retrieve TrackHS unit inventory records, including housekeeping and maintenance zone assignments, via the PMS API
domain: developer.trackhs.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate to the Track PMS API using the same customer-domain credentials used for reservation pulls.
Call the unit search endpoint with filters such as nodeId, unitTypeId, isBookable, isActive, or unitStatus (clean, dirty, occupied, inspection, in-progress).
Use the ISO 8601 content-updated-since parameter for incremental syncs instead of the deprecated updatedSince parameter.
Toggle the computed, inherited, and limited response flags to control how much unit data is returned per call.
Page through results with the page/size parameters, keeping page times size under the documented total-result cap.
Known gotchas
Boolean query parameters must be passed as 1/0, not true/false.
Total addressable results per query are capped at 10,000 (page times size) - segment broad pulls with additional filters to avoid hitting the ceiling.
Unit records link out to housekeeping and maintenance zone identifiers - pair this endpoint with the housekeeping endpoints for a full operational view.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?