v1

latestSwagger 2.02026-07-17332466.5 KB
elements

Get Multiple Elements

Get Multiple Elements in list. Will return 404 if list cannot be found, OK even if no elements are found.

Required security scopes:

  • api:read
post/lists/{list_id}/elements/find

Path parameters

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 _-.

Request body

element_idsinteger[] required

IDs of elements

Example request

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

Response

OK