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": "8ca28f93-b342-4efd-a878-34a2fc1b6e12", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "717ff39a-5461-4d2b-97d9-5865adb1f634", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2cd5f31d-5679-4cda-812d-c614af8be81d" }, { "id": "717ff39a-5461-4d2b-97d9-5865adb1f634", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2cd5f31d-5679-4cda-812d-c614af8be81d" } ] }