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": "c27a60a5-c424-41d6-942b-13812c1244f2",
"UniqueIdentity": "2eadd4b1-dd54-4490-ac0a-4c4773b279be",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "b4a109f2-19bb-4918-be8f-f0ae71e6ca31",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "b4a109f2-19bb-4918-be8f-f0ae71e6ca31",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "c969e396-e532-4445-a490-4be9ab0662b9",
"Value": {},
"SelectedValueIds": [
"18a341f0-eac6-49d4-aea6-32579d7769fd",
"e62ca66e-11e6-4d16-8dd9-6604c7a818bf"
]
},
{
"Identity": "c969e396-e532-4445-a490-4be9ab0662b9",
"Value": {},
"SelectedValueIds": [
"18a341f0-eac6-49d4-aea6-32579d7769fd",
"e62ca66e-11e6-4d16-8dd9-6604c7a818bf"
]
}
]
},
{
"Identity": "c27a60a5-c424-41d6-942b-13812c1244f2",
"UniqueIdentity": "2eadd4b1-dd54-4490-ac0a-4c4773b279be",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "b4a109f2-19bb-4918-be8f-f0ae71e6ca31",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "b4a109f2-19bb-4918-be8f-f0ae71e6ca31",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "c969e396-e532-4445-a490-4be9ab0662b9",
"Value": {},
"SelectedValueIds": [
"18a341f0-eac6-49d4-aea6-32579d7769fd",
"e62ca66e-11e6-4d16-8dd9-6604c7a818bf"
]
},
{
"Identity": "c969e396-e532-4445-a490-4be9ab0662b9",
"Value": {},
"SelectedValueIds": [
"18a341f0-eac6-49d4-aea6-32579d7769fd",
"e62ca66e-11e6-4d16-8dd9-6604c7a818bf"
]
}
]
}
],
"Identity": "29aee729-b052-41c5-91fc-c395ff83de7f",
"ApplicationOwner": 0,
"FeatureType": 0,
"FeaturePermissionProperties": [
{
"FeaturePermissionType": 0,
"DisplayName": "sample string 1",
"HelpText": "sample string 2",
"ValueChoicesWithId": [
{
"Identity": "75b68d64-decc-40ea-9d48-3a68e51dd29b",
"Name": "sample string 2"
},
{
"Identity": "75b68d64-decc-40ea-9d48-3a68e51dd29b",
"Name": "sample string 2"
}
],
"Identity": "0defca9c-40a4-4246-8df1-b917308dcd3e",
"Name": "sample string 4"
},
{
"FeaturePermissionType": 0,
"DisplayName": "sample string 1",
"HelpText": "sample string 2",
"ValueChoicesWithId": [
{
"Identity": "75b68d64-decc-40ea-9d48-3a68e51dd29b",
"Name": "sample string 2"
},
{
"Identity": "75b68d64-decc-40ea-9d48-3a68e51dd29b",
"Name": "sample string 2"
}
],
"Identity": "0defca9c-40a4-4246-8df1-b917308dcd3e",
"Name": "sample string 4"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.