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": "ccba6ad0-3c09-45a8-80db-cdda41335381", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "62364f8e-63ca-4986-9fe7-fbc68bd18e50", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8be4de40-7406-421a-8a3e-91494a998177" }, { "id": "62364f8e-63ca-4986-9fe7-fbc68bd18e50", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8be4de40-7406-421a-8a3e-91494a998177" } ] }