Get selection
GET /selection/:selectionType
Replace these placeholders:
placeholder | description |
---|---|
:selectionType | The name of the selection type. See the full list of the selection types for possible values |
Response
Response | Description |
---|---|
200 Ok | Returns the requested selection in the body |
Response examples
Status: 200 OK
{
"AssetToMySelection": {
"permissions": [],
"items": [
6245,
6251,
6191
],
"link": {
"href": "http://localhost:8080/api/entities/724/relations/AssetToMySelection"
}
}
}
Can we improve this article ? Provide feedback