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": "42dff87a-fbd6-402e-a46c-630f405b9679", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "312ba69e-845d-4271-bb54-e1a76845ce93", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "35e0c600-b6d5-4263-b479-5cee47535c82" }, { "id": "312ba69e-845d-4271-bb54-e1a76845ce93", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "35e0c600-b6d5-4263-b479-5cee47535c82" } ] }