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": "d3901ef0-2acc-4e4e-9dcc-e1eb473bb754",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9b39db1c-ee9d-4d99-8785-d7325a3cc04b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "50165fd1-54a3-4206-8e5f-9b3b084b7915"
},
{
"id": "9b39db1c-ee9d-4d99-8785-d7325a3cc04b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "50165fd1-54a3-4206-8e5f-9b3b084b7915"
}
]
}