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": "7ae846be-6bb6-421f-bb77-3923687e708e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "44fd3b0c-593b-494a-b9d3-bc493805741b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "43ef0cbd-6d86-44f0-9fd1-7a72070ce325"
},
{
"id": "44fd3b0c-593b-494a-b9d3-bc493805741b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "43ef0cbd-6d86-44f0-9fd1-7a72070ce325"
}
]
}