Get List
This request retrieves a List.
Resource
GET /lists/<Oid>
Parameters
None
Payload
None
Response
Object Response < List >
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/lists/1692215
Response
{
"object": {
"listItems": [
{
"item": {
"commonName": "Arnon Ron",
"oid": "1556377",
"objectType": "Person"
},
"comments": "",
"oid": "1692226",
"objectType": "X1ListItem"
},
{
"item": {
"commonName": "Xelion B.V.",
"oid": "1041861",
"objectType": "Organisation"
},
"comments": "",
"oid": "1692227",
"objectType": "X1ListItem"
}
],
"permissions": "ReadWriteRemove",
"commonName": "List",
"oid": "1692224",
"objectType": "FavoritesList"
},
"links": [
{
"rel": "self",
"href": "http://xelion.nl/api/v1/master/lists/1692224",
"method": "GET"
}
]
}