GET api/QRLogAttributes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClass |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
| Translations | Collection of Translation |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| TaxonomyNameGeneric | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "5b9468d1-6675-46ab-b853-6a1d0be1114d",
"code": "sample string 2",
"createdTs": "2026-08-25T05:23:51.0666482Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:51.0666482Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "11932434-cb3d-4ca1-b978-3a3cffeca76d",
"qrLogAttributeClass": {
"id": "9551dfde-4c07-4346-ac55-1a6a7afb94c2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
},
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b920ca85-f90f-4d13-8d45-93b6e103b82d",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:51.0666482Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:51.0666482Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "37a65a69-2926-41fc-a835-89867d80d438",
"translations": [
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
},
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
}
]
},
{
"id": "b920ca85-f90f-4d13-8d45-93b6e103b82d",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:51.0666482Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:51.0666482Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "37a65a69-2926-41fc-a835-89867d80d438",
"translations": [
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
},
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
}
]
}
],
"translations": [
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
},
{
"id": "9c6270b4-1e21-4627-98a1-7bef64d982d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a438a393-a5d8-4017-87ac-efd6a22fd10c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "19ff0819-2500-4565-a155-486acee3dec7",
"taxonomyNameGeneric": "sample string 8"
}