GET api/V3/Enum/GetMappedSupportGroupsList?id={id} Retrieves a list of enumerations/support groups that are mapped
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The guid of the enumeration id. |
globally unique identifier |
Required |
Body Parameters
None.Response Information
Resource Description
Collection of EnumNodeTreeModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Text | string |
None. |
|
Name | string |
None. |
|
HasChildren | boolean |
None. |
|
Ordinal | decimal number |
None. |
|
EnumNodes | Collection of EnumNode |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "7ae2c51e-3233-4c0b-b019-005f19f12524", "Text": "sample string 2", "Name": "sample string 2", "HasChildren": true, "Ordinal": 1.1, "EnumNodes": [ { "$id": "1", "Id": "2966f5eb-6d55-41ed-8187-7b05e44393df", "Text": "sample string 2", "Name": "sample string 2" }, { "$ref": "1" } ] }, { "Id": "7ae2c51e-3233-4c0b-b019-005f19f12524", "Text": "sample string 2", "Name": "sample string 2", "HasChildren": true, "Ordinal": 1.1, "EnumNodes": [ { "$ref": "1" }, { "$ref": "1" } ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.