API requests must be made with the Content-Type of application/vnd.api+json
List Projects Endpoint
This endpoint returns a list of all projects with their statuses currently in your Zencity Engage instance.
GET /api/v1/projects
The following fields are available:
[
{
"id": ID,
"project_title": STRING,
}
]
Example
[
{
"id": 1,
"project_title": "Master Plan"
},
{
"id": 2,
"project_title": "Climate Action Plan"
},
{
"id": 3,
"project_title": "American Rescue Plan Act"
},
{
"id": 4,
"project_title": "Transportation Strategic Plan"
},
{
"id": 5,
"project_title": "Traffic congestion challenges"
}
]
Comments
0 comments
Article is closed for comments.