GET api/Features/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FeatureWithDatum| Name | Description | Type | Additional information |
|---|---|---|---|
| FeaturePermissions | Collection of FeaturePermission |
None. |
|
| Identity | globally unique identifier |
None. |
|
| ApplicationOwner | ScopeType |
None. |
|
| FeatureType | FeatureType |
None. |
|
| FeaturePermissionProperties | Collection of FeaturePermissionProperty |
None. |
Response Formats
application/json, text/json
Sample:
{
"FeaturePermissions": [
{
"Identity": "7742afcf-fbbc-41d4-8e20-b30f5540fe11",
"UniqueIdentity": "5bfe7379-2426-43d1-8ff9-ecdf47174d39",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "d1cc7720-428c-42f3-b6c9-6d80074b0214",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "d1cc7720-428c-42f3-b6c9-6d80074b0214",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "8af09d83-cabe-43ab-9b22-fce9665a3ad4",
"Value": {},
"SelectedValueIds": [
"8d56deeb-bb0b-4f3e-8259-4b248064e9d3",
"70788886-835d-402e-811b-95d3342babc7"
]
},
{
"Identity": "8af09d83-cabe-43ab-9b22-fce9665a3ad4",
"Value": {},
"SelectedValueIds": [
"8d56deeb-bb0b-4f3e-8259-4b248064e9d3",
"70788886-835d-402e-811b-95d3342babc7"
]
}
]
},
{
"Identity": "7742afcf-fbbc-41d4-8e20-b30f5540fe11",
"UniqueIdentity": "5bfe7379-2426-43d1-8ff9-ecdf47174d39",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "d1cc7720-428c-42f3-b6c9-6d80074b0214",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "d1cc7720-428c-42f3-b6c9-6d80074b0214",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "8af09d83-cabe-43ab-9b22-fce9665a3ad4",
"Value": {},
"SelectedValueIds": [
"8d56deeb-bb0b-4f3e-8259-4b248064e9d3",
"70788886-835d-402e-811b-95d3342babc7"
]
},
{
"Identity": "8af09d83-cabe-43ab-9b22-fce9665a3ad4",
"Value": {},
"SelectedValueIds": [
"8d56deeb-bb0b-4f3e-8259-4b248064e9d3",
"70788886-835d-402e-811b-95d3342babc7"
]
}
]
}
],
"Identity": "15d84770-08ca-49f0-9d50-9656bc3066a7",
"ApplicationOwner": 0,
"FeatureType": 0,
"FeaturePermissionProperties": [
{
"FeaturePermissionType": 0,
"DisplayName": "sample string 1",
"HelpText": "sample string 2",
"ValueChoicesWithId": [
{
"Identity": "75d13d56-2d64-4fa9-8e51-2815f9aeff52",
"Name": "sample string 2"
},
{
"Identity": "75d13d56-2d64-4fa9-8e51-2815f9aeff52",
"Name": "sample string 2"
}
],
"Identity": "743c3077-0634-48a1-a070-2700edf0aabd",
"Name": "sample string 4"
},
{
"FeaturePermissionType": 0,
"DisplayName": "sample string 1",
"HelpText": "sample string 2",
"ValueChoicesWithId": [
{
"Identity": "75d13d56-2d64-4fa9-8e51-2815f9aeff52",
"Name": "sample string 2"
},
{
"Identity": "75d13d56-2d64-4fa9-8e51-2815f9aeff52",
"Name": "sample string 2"
}
],
"Identity": "743c3077-0634-48a1-a070-2700edf0aabd",
"Name": "sample string 4"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.