GET api/v1/Segments/{id}
Gets a segment by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of the segment |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SegmentDtoName | Description | Type | Additional 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" }