*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`columns` (\*) - set of columns (optional). Possible values are: id, modelId, name, type, description, symbol, complexId, compartmentId, fullName, abbreviation, formula, name, synonyms, formerSymbols, references, bounds, hierarchyVisibilityLevel,
*`ids` (\*)- set of database ids (optional)
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`columns` (\*) - set of columns (optional). Possible values are: id, modelId, name, type, description, symbol, complexId, compartmentId, fullName, abbreviation, formula, name, synonyms, formerSymbols, references, bounds, hierarchyVisibilityLevel,
*`ids` (\*)- set of database ids (optional)
* Example:
```
curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" http://pg-sandbox.uni.lu/minerva/api/projects/pdmap_dec15/models/*/bioEntities/elements/?columns=id,name,type
...
...
@@ -147,7 +147,7 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" http://pg-sandbox.uni.lu/mine
* Method: GET
* Parameters:
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`columns` (\*) - set of columns. Possible values are: id, reactionId, modelId, type, lines, centerPoint, products, reactants, modifiers, hierarchyVisibilityLevel, notes
*`ids` (\*) - set of database ids
*`participantId` (\*) - identifier of the element that should be part of the reaction
...
...
@@ -161,7 +161,7 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" http://pg-sandbox.uni.lu/mine
* Method: GET
* Parameters:
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`query` (\*) - search term identifing bioEntity
*`coordinates` (\*) - coordinates where bioEntity should be located
*`count` (\*) - max number of bioEntities to return
...
...
@@ -202,7 +202,7 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" "http://pg-sandbox.uni.lu/min
* Method: GET
* Parameters:
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`columns` (\*) - set of columns for each result. Possible values are: title, type, content, removed, coord, modelId, elementId, id, pinned, author, email,
*`removed` (\*) - if defined then removed paramter must match.
* Example:
...
...
@@ -215,7 +215,7 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" "http://pg-sandbox.uni.lu/min
* Method: GET
* Parameters:
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`reactionId` - identifier of the reaction
*`columns` (\*) - set of columns for each result. Possible values are: title, type, content, removed, coord, modelId, elementId, id, pinned, author, email,
*`removed` (\*) - if defined then removed paramter must match.
...
...
@@ -229,7 +229,7 @@ curl -X GET --cookie "MINERVA_AUTH_TOKEN=xxxxxxxx" http://pg-sandbox.uni.lu/mine
* Method: GET
* Parameters:
*`projectId` - identifier of the project
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`modelId` - identifier of the (sub)map in the project or wildcard '*' character
*`elementId` - identifier of the element
*`columns` (\*) - set of columns for each result. Possible values are: title, type, content, removed, coord, modelId, elementId, id, pinned, author, email,
*`removed` (\*) - if defined then removed paramter must match.