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": "0b8de805-16be-4a4b-987d-320ad6883a78", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "0d6f1914-6f45-4bd6-8f00-2fa439dc32c7", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "561f3cb6-db41-4262-b90a-8bb55f043760" }, { "id": "0d6f1914-6f45-4bd6-8f00-2fa439dc32c7", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "561f3cb6-db41-4262-b90a-8bb55f043760" } ] }