GET segmentation_methods/{id}
Gets the information of the segmentation method with the specified identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier of the segmentation method. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SegmentationMethodViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
DisplayName | string |
None. |
|
SelfUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "displayName": "sample string 3", "selfUrl": "sample string 4" }