List all selections

List all the possible selections and the selected entities they contain.

RequestResponse
GET /selection

Response

Response

Description

200 Ok

Returns all the selection in the body

Response examples

RequestResponse
Status: 200 OK

{
  "AssetToMySelection": {
    "permissions": [],
    "items": [ ... ],
    "link": {
      "href": "/entities/724/relations/AssetToMySelection"
    }
  },
  "FragmentToMySelection": {
    "permissions": [],
    "items": [],
    "link": {
      "href": "/entities/724/relations/FragmentToMySelection"
    }
  },
  "PublicationToMySelection": {
    "permissions": [],
    "items": [],
    "link": {
      "href": "/entities/724/relations/PublicationToMySelection"
    }
  },

  ...
}

Do you have some feedback for us?

If you have suggestions for improving this article,