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": "7e18de7f-092f-4a6f-92de-f8fed3bfe45c",
"code": "sample string 2",
"createdTs": "2026-09-23T11:01:28.7256338Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:01:28.7256338Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "90856715-2e77-4fda-8158-34ce0287fcdd",
"qrLogAttributeClass": {
"id": "0c6a49d9-dbc4-4535-96c1-850d8b5e1b53",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
},
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "1be1c164-8a83-4ee0-9272-396f117a9760",
"description": "sample string 2",
"createdTs": "2026-09-23T11:01:28.7256338Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:01:28.7256338Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bcef4740-61b4-43c4-9082-277f61312606",
"translations": [
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
},
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
}
]
},
{
"id": "1be1c164-8a83-4ee0-9272-396f117a9760",
"description": "sample string 2",
"createdTs": "2026-09-23T11:01:28.7256338Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:01:28.7256338Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bcef4740-61b4-43c4-9082-277f61312606",
"translations": [
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
},
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
}
]
}
],
"translations": [
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
},
{
"id": "e7ba87ca-93af-4e59-9a27-2eadea3cb489",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fcea7cd2-e426-4031-980c-78818dd50abc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f3cdcaf5-8f56-4872-a873-247535dbced9",
"taxonomyNameGeneric": "sample string 8"
}