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
QRLogAttributeClassName | 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": "c525e42c-8d2d-4138-91ff-d31a7c5ecd33", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "e3838db7-409b-46ef-8bc5-03780e4d4031", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a912bd9e-1e46-4837-90fe-bf515b56f1b0" }, { "id": "e3838db7-409b-46ef-8bc5-03780e4d4031", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a912bd9e-1e46-4837-90fe-bf515b56f1b0" } ] }