diff --git a/README.md b/README.md index ebefb9ef5ec76f5bf38e152f5aca93d1c6982b9f..861648d99c5e64126470d7438abf13c19892bd67 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" http://pg-sandbox.uni.lu/mine ``` #### (sub)Maps +* List of (sub)maps in a project + * URL: `/projects/{projectId}/models/` + * Method: GET + * Parameters: + * `projectId` - identifier of the project + * Example: +``` +curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" "http://pg-sandbox.uni.lu/minerva/api/projects/pdmap_dec15/models/" +``` + * Download map as a model file (ie. in CellDesigner format) * URL: `/projects/{projectId}/models/{modelId}:downloadModel` * Method: GET