Methods

  • POST — Get a list of segments

Resource

{
    "filter": {
        "<key>": {}
    },
    "from": "uint32",
    "size": "uint32"
}

Properties

Name Type Description Additional
filter object

Filter

Optional
filter.<key> map of object Optional
from uint32

Return starting from item

Optional
size uint32

Number of returned items (10000 max)

Optional