Introduction
...
API Documentation
Projects
Desc: Get all projects
url: /projects
params: default params
response example: default response example (multiple records)
Desc: Get a single project
url: /projects/:id
response example: default response example (single record)
...
{
"role_data": [
{
"project_id": 619,
"editor_ids": [559],
"reporter_ids": [560],
"observer_ids": [560]
}
]
}
See the Beneficiary Categories assigned to a project
...