GET Attributes?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttributeMedatadata| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| DisplayName | string |
None. |
|
| DataType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "sample string 1",
"DisplayName": "sample string 2",
"DataType": "sample string 3"
},
{
"$ref": "1"
}
]