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": "9e5f47af-ff4c-4f1d-b7ad-15ec7c192639",
"code": "sample string 2",
"createdTs": "2026-04-12T21:50:24.9196589Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:50:24.9196589Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f5dbbfcd-ab85-4c88-8e06-600e69fb9275",
"qrLogAttributeClass": {
"id": "d05fb784-3bea-4889-8d12-b7b69d07eb84",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
},
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
}
]
},
"qrLogAttributeListValue": [
{
"id": "38e54a1c-24a4-462c-844c-f502ccfe7946",
"description": "sample string 2",
"createdTs": "2026-04-12T21:50:24.9196589Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:50:24.9196589Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2281fa03-567b-4007-9906-dbab04c97528",
"translations": [
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
},
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
}
]
},
{
"id": "38e54a1c-24a4-462c-844c-f502ccfe7946",
"description": "sample string 2",
"createdTs": "2026-04-12T21:50:24.9196589Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:50:24.9196589Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2281fa03-567b-4007-9906-dbab04c97528",
"translations": [
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
},
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
}
]
}
],
"translations": [
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
},
{
"id": "af67ca26-5715-4ca1-a28e-66352d92a695",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "afc73f61-4e72-461e-8100-58a030015f21"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2bad249b-4704-4bee-81f9-cb42c838b7be",
"taxonomyNameGeneric": "sample string 8"
}