Project endpoint¶
The project-endpoint provides a list endpoint to list projects configured in Accelerate and is available since version 19.9.18
.
Note
Projects can be managed in Accelerate by an user with admin-privileges. Goto Instellingen > API entiteiten > Projects.
list¶
GET /project/list
This endpoint returns all projects.
Request¶
This request requires no parameters.
Response¶
1 2 3 4 5 6 7 8 9 10 | [
{
"code":"PROJECT_2",
"label":"Another project"
},
{
"code":"PROJECT_1",
"label":"Some project"
}
]
|
Note
The property code can be used in the endpoints New dossier (createFromDossierRequest) and New appointment (create) to specify a certain project