Web API Docs List all contributions

Navigate

Request

GET /api/projects/:project_id/contributions/

Request Parameters

Parameter Type Description
project_id Integer A unique identifier for the project.

Response

The response contains a GeoJSON Feature Collection object of all contributions the authenticated user can access in the project.

{
    "type": "FeatureCollection",
    "features": []
}

Response status codes

Code Reason
200 The list of contributions has been returned successfully.
404 The project was not found. For security reasons we do not leak information about private projects, hence we don’t confirm existence private projects to unauthorised users.