Comment on page

Cloud REST API

Browse the available end points for the Ativo cloud API.
The REST endpoints below allow you to retrieve Ativo configuration data via an API token.
This page is for the Cloud API. The Data Center API is scheduled to be included in the next release.
The Ativo Programs API is in BETA, meaning breaking changes can occur without notification. Please keep an eye on this page for updates. Contact support in case of questions.

Team

get
https://cloud-api.ativo.io
/rest/api/1/team
Get the list of teams
get
https://cloud-api.ativo.io
/rest/api/1/team/{id}
Get a team configuration
get
https://cloud-api.ativo.io
/rest/api/1/teams
Get all team configurations

Program (ART)

get
https://cloud-api.ativo.io
/rest/api/1/program
Get the list of programs (ARTs)
get
https://cloud-api.ativo.io
/rest/api/1/program/{id}
Get a program (ART) configuration
get
https://cloud-api.ativo.io
/rest/api/1/programs
Get all program (ART) configurations

Period (PI)

get
https://cloud-api.ativo.io
/rest/api/1/period
Get the list of periods (PIs)
get
https://cloud-api.ativo.io
/rest/api/1/period/{id}
Get a period (PI) configuration
get
https://cloud-api.ativo.io
/rest/api/1/periods
Get all period (PI) configurations

Objectives

get
https://cloud-api.ativo.io
/rest/api/1/objectives/{programId}/{periodId}
Get the program and team objectives for a PI
Last modified 1mo ago