Methods

  • GET — Get the segment by ID

Resource

{
    "error": "string",
    "result": {
        "item": {}
    },
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
result object

SegmentGetResult describes the result of requesting a list of segments

Optional
result.item object

Company size

Optional
success boolean

Successful request flag

Optional