GET api/v1/Segments/{id}

Gets a segment by id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of the segment

integer

Required

Body Parameters

None.

Response Information

Resource Description

SegmentDto
NameDescriptionTypeAdditional information
Id

Id of Segment

integer

None.

Name

Name of Segment

string

None.

FolderId

Id of the folder where the segment is placed

integer

None.

Type

Type of Segment

SegmentType

None.

Description

Description of Segment

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "FolderId": 3,
  "Type": "VisualBuilder",
  "Description": "sample string 4"
}