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": "3a4686a9-e2a2-494a-aca8-c7350b1f8aec",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "08406a73-38d7-4188-a670-5d5e97a4135a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "35c3d691-c1df-4cb8-93c1-0ab275b6bb96"
},
{
"id": "08406a73-38d7-4188-a670-5d5e97a4135a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "35c3d691-c1df-4cb8-93c1-0ab275b6bb96"
}
]
}