v1

latestSwagger 2.02026-07-17332466.5 KB
elements

Get relation of one element to multiple specific elements.

Get relation of one element to multiple specific elements. The element will have local_from_top and local_from_bottom populated.Elements that are not found are ignored.

Required security scopes:

  • api:read
post/lists/{list_id}/elements/{element_id}/around

Path parameters

element_idstring required

ID of element

list_idstring required

The ID of the list to apply the operation on. Can be a to z (both upper/lower case), 0 to 9 or one of these characters _-.

Query parameters

rangeinteger

Return this number of elements above and below the current element in neighbors field.

Request body

element_idsinteger[] required

IDs of elements

Example request

{
  "element_ids": [
    120,
    340,
    550
  ]
}

Response

OK