REST api v1
REST api (v1)
tables / entityTypes
Retrieve data
GET http://molgenis.mydomain.example/api/v1/dataset200 OK
{
"href": "/api/v1/dataset",
"start": 0,
"num": 100,
"total": 2,
"items": [{
"href": "/api/v1/dataset/1",
"name": "my first data set",
"protocol": {
"href": "/api/v1/dataset/1/protocol"
},{
"href": "/api/v1/dataset/2",
"name": "my second data set",
"protocol": {
"href": "/api/v1/dataset/2/protocol"
}
}]
}Delete collection
Query a collection
Key
Type
Description
start and num
q
Instances
Retrieve
Create
Update
Update one value
Delete
Advanced options
Key
Type
Description
select attributes
expand xref attributes
partial expand
_method
callback
Meta data
Retrieve meta data
Delete meta data
Authentication
Login
Logout
Response codes
Code
Description
FAQ
Last updated