Bulk-sync LineLeader Enroll lead and task data into a data warehouse using pagination
domain: apidocs.childcarecrm.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Query the relevant endpoint (e.g., tasks or leads) with default result limits
Read the X-Total-Count response header to determine total matching records beyond the first page
Increment the 'offset' query parameter (e.g., offset=100, offset=200) to page through results beyond the default 100-record limit
Optionally reduce the 'limit' parameter for smaller page sizes if downstream processing benefits from it
For incremental syncs, use the updates endpoint with a timestamp filter to pull only records changed since the last run
Known gotchas
Results are capped at 100 records per request by default — a naive single-request pull will silently truncate large lead lists unless offset pagination is implemented
The updates/incremental endpoint requires an explicit timestamp parameter; omitting it does not default to 'since last call' behavior
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?