The project feature has been deployed for some time now and works well, but we missed documenting the changes to the Open Ethnographer API.
@damingo, please document the changes in the Edgeryders API Manual, or alternatively outline the API interface here and I will change the manual accordingly.
I already found out some bits and pieces:
To obtain the list of all projects and their IDs:
curl -X GET "https://edgeryders.eu/annotator/projects.json" -H "Api-Key: 11e3b…"
To obtain annotations that belong to a certain project:
curl -X GET "https://edgeryders.eu/annotator/annotations.json?project_id=1" -H "Api-Key: 11e3b…"
But I cannot get the https://edgeryders.eu/annotator/codes.json to work anymore, even when providing a project_id parameter.
The project feature has been deployed for some time now and works well, but we missed documenting the changes to the Open Ethnographer API.
@damingo, please document the changes in the Edgeryders API Manual, or alternatively outline the API interface here and I will change the manual accordingly.
I already found out some bits and pieces:
To obtain the list of all projects and their IDs:
To obtain annotations that belong to a certain project:
But I cannot get the
https://edgeryders.eu/annotator/codes.json
to work anymore, even when providing aproject_id
parameter.