Retrieve all edits related to a given project.

GET /data/projects/{project_id}/edits

Path parameters

Responses

  • 200

    All edits related to given project

GET /data/projects/{project_id}/edits
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/edits \
 -H "Authorization: $API_KEY"