Skip to main content

Documentation Index

Fetch the complete documentation index at: https://reporting.continu.com/llms.txt

Use this file to discover all available pages before exploring further.

These artifacts cover the same surface as the docs you’re reading, packaged for offline use and direct tool import.

Integration guide (Word)

Same content as this site, formatted as a Word document. Useful for offline review, internal architecture sign-off, or sharing with non-engineering stakeholders.

Postman collection

All 14 endpoints pre-populated with available field flags and filter scaffolding. Set three variables (base_url, api_token, from/until) and start calling.

OpenAPI 3.0 spec

Raw OpenAPI 3.0 spec for import into your own tooling — code generators, mock servers, custom doc renderers.

Swagger 2.0 spec

Swagger 2.0 version of the same spec, for tooling that doesn’t yet support OpenAPI 3.0.

Postman setup

1

Import the collection

In Postman, click Import and select the downloaded .json file.
2

Set variables

Open the collection, go to the Variables tab, and set:
VariableValue
base_urlhttps://reports-latest.continu.co/api/v1
api_tokenYour Continu-issued token
fromStart of date range (Unix epoch seconds)
untilEnd of date range (Unix epoch seconds)
3

Pick an endpoint and customize the body

Open any request. The body is pre-populated with every available field flag set to false (except email, first_name, last_name which default to true). Toggle the fields you want to true. Fill in filter values you need.
4

Send

Hit Send. The response is a JSON array of records with only the fields you requested populated.
The Postman collection is the fastest way to validate field-selection behavior. Toggle a field, send, see what comes back. Cheaper than reading the schema.