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": "d137057b-42bb-495d-bc48-84ff2ee13ba4",
"code": "sample string 2",
"createdTs": "2026-05-23T19:40:00.3128587Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:40:00.3128587Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7e3723b9-db73-4df2-a1b4-630eec95f6eb",
"qrLogAttributeClass": {
"id": "041d1221-6829-41c4-86e8-7c766a73fde7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
},
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "41a345eb-6945-4920-9724-cb26e3320b0e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:40:00.3128587Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:40:00.3128587Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c6da4108-de55-47c9-804d-59db1c9a40fc",
"translations": [
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
},
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
}
]
},
{
"id": "41a345eb-6945-4920-9724-cb26e3320b0e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:40:00.3128587Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:40:00.3128587Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c6da4108-de55-47c9-804d-59db1c9a40fc",
"translations": [
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
},
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
}
]
}
],
"translations": [
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
},
{
"id": "a4491f51-4fa6-431f-9e73-a172528ca973",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3faf93f1-5b10-424c-b584-ac577780e28d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2489073f-c6b0-4b92-8ceb-880429f9c96e",
"taxonomyNameGeneric": "sample string 8"
}