GET api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "8376cd24-576e-4d00-bd35-cc5f5cc927ba",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d8b008b7-0404-4799-89a3-a636eaeef11d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22bdc9ad-b161-49b0-90cf-0f3f91897735"
},
{
"id": "d8b008b7-0404-4799-89a3-a636eaeef11d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22bdc9ad-b161-49b0-90cf-0f3f91897735"
}
]
}