Manipulate selection

This resources allows you to PATCH a selection, which means that the PATCH request can contain multiple commands and is used both to add and to remove entities from a selection using the PATCH object.

RequestResponse
PATCH /selection/:selectionType

Replace these placeholders:

Placeholder

Description

:selectionType

The name of the selection that needs to be manipulated. See the full list of the selection types for possible values

Body parameters

Because PATCH uses operation objects, it is needed to list all the Selection Patch objects in an array.

Inside this array as many operation objects can be added as are wanted. This operation object can have the following values:

Parameter

Type

Description

Array

Array

The array that will contain the Selection Patch objects

Body examples

RequestResponse
[
  { 
    "operation": "add", 
    "value": [ 6191 ]
  }
]

Response

Response

Description

204 No Content

Returns an empty body when everything was processed without errors.

Do you have some feedback for us?

If you have suggestions for improving this article,