Api Home > Enum > GetEnumFlatDisplayName

GET api/V3/Enum/GetEnumFlatDisplayName?TopLevelId={TopLevelId}&Id={Id} Retrieves the flattened displayname for an enumeration id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TopLevelId

The guid of the parent enumeration id.

string

Required

Id

The guid of the enumeration id.

string

Required

Body Parameters

None.

Response Information

Resource Description

EnumNode
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Text

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "3d0ea054-89ee-4a48-a6ad-f8b168bbfda7",
  "Text": "sample string 2",
  "Name": "sample string 2"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.