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 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 the list of teams

get
/rest/api/1/team
Responses
200

OK

*/*
get
/rest/api/1/team
200

OK

Get a team configuration

get
/rest/api/1/team/{id}
Path parameters
idinteger Β· int64Required
Responses
200

OK

*/*
get
/rest/api/1/team/{id}
200

OK

Get all team configurations

get
/rest/api/1/teams
Responses
200

OK

*/*
get
/rest/api/1/teams
200

OK

Program (ART)

Get the list of programs (ARTs)

get
/rest/api/1/program
Responses
200

OK

*/*
get
/rest/api/1/program
200

OK

Get a program (ART) configuration

get
/rest/api/1/program/{id}
Path parameters
idinteger Β· int64Required
Responses
200

OK

*/*
get
/rest/api/1/program/{id}
200

OK

Get all program (ART) configurations

get
/rest/api/1/programs
Responses
200

OK

*/*
get
/rest/api/1/programs
200

OK

Period (PI)

Get the list of periods (PIs)

get
/rest/api/1/period
Responses
200

OK

*/*
get
/rest/api/1/period
200

OK

Get a period (PI) configuration

get
/rest/api/1/period/{id}
Path parameters
idinteger Β· int64Required
Responses
200

OK

*/*
get
/rest/api/1/period/{id}
200

OK

Get all period (PI) configurations

get
/rest/api/1/periods
Responses
200

OK

*/*
get
/rest/api/1/periods
200

OK

Objectives

Get the program and team objectives for a PI

get
/rest/api/1/objectives/{programId}/{periodId}
Path parameters
programIdinteger Β· int64Required
periodIdinteger Β· int64Required
Responses
200

OK

*/*
get
/rest/api/1/objectives/{programId}/{periodId}
200

OK

Last updated