Cohorts
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
PATCH | |
GET | |
GET | |
GET | |
PATCH | |
GET |
List all cohorts
Required API key scopes
cohort:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /cohortsExample response
Status 200
RESPONSE
Create cohorts
Required API key scopes
cohort:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- groups
- deletedboolean
- filters
- query
- is_staticboolean
- cohort_type
- _create_in_folderstring
- _create_static_person_idsarray
Response
Example request
POST /api /projects /:project_id /cohortsExample response
Status 201
RESPONSE
Retrieve cohorts
Required API key scopes
cohort:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /cohorts /:idExample response
Status 200
RESPONSE
Update cohorts
Required API key scopes
cohort:writePath parameters
- idinteger
- project_idstring
Request parameters
- namestring
- descriptionstring
- groups
- deletedboolean
- filters
- query
- is_staticboolean
- cohort_type
- _create_in_folderstring
- _create_static_person_idsarray
Response
Example request
PATCH /api /projects /:project_id /cohorts /:idExample response
Status 200
RESPONSE
Delete cohorts
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
cohort:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /cohorts /:idExample response
Status 405 No response body
Retrieve cohorts activity retrieve
Required API key scopes
activity_log:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /cohorts /:id /activityExample response
Status 200 No response body
Update cohorts add persons to static cohort
Required API key scopes
cohort:writePath parameters
- idinteger
- project_idstring
Request parameters
- person_idsarray
Example request
PATCH /api /projects /:project_id /cohorts /:id /add_persons_to_static_cohortExample response
Status 200 No response body
Retrieve cohorts calculation history
Required API key scopes
cohort:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /cohorts /:id /calculation_historyExample response
Status 200 No response body
Retrieve cohorts duplicate as static cohort
Create a static copy of a cohort
Required API key scopes
cohort:writePath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /cohorts /:id /duplicate_as_static_cohortExample response
Status 200 No response body
Retrieve cohorts persons
Required API key scopes
cohort:readperson:readPath parameters
- idinteger
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Example request
GET /api /projects /:project_id /cohorts /:id /personsExample response
Status 200 No response body
Update cohorts remove person from static cohort
Required API key scopes
cohort:writePath parameters
- idinteger
- project_idstring
Request parameters
- person_idstring
Example request
PATCH /api /projects /:project_id /cohorts /:id /remove_person_from_static_cohortExample response
Status 200 No response body
Retrieve cohorts activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /cohorts /activity