Retrieve all edits, adds project name and all related tasks.

GET /data/edits/with-tasks

Query parameters

  • project_id
  • name
  • force

Responses

  • 200

    All edits and all related tasks.

GET /data/edits/with-tasks
curl \
 --request GET 'http://api.example.com/data/edits/with-tasks' \
 --header "Authorization: $API_KEY"