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": "a2c4ca69-ef45-4a1b-9d29-9d895f9762b0",
"code": "sample string 2",
"createdTs": "2025-12-18T22:41:10.5311101Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:10.5311101Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e05a4290-03a8-42ed-bf43-4d0fb8e308be",
"qrLogAttributeClass": {
"id": "2e177c69-c563-4a45-9547-53d770c942e3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
},
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
}
]
},
"qrLogAttributeListValue": [
{
"id": "32b6d4de-6c07-4fee-81db-775305e33f4e",
"description": "sample string 2",
"createdTs": "2025-12-18T22:41:10.5311101Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:10.5311101Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "389b9a2d-6ebd-4916-b71f-8197c2bedf55",
"translations": [
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
},
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
}
]
},
{
"id": "32b6d4de-6c07-4fee-81db-775305e33f4e",
"description": "sample string 2",
"createdTs": "2025-12-18T22:41:10.5311101Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:10.5311101Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "389b9a2d-6ebd-4916-b71f-8197c2bedf55",
"translations": [
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
},
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
}
]
}
],
"translations": [
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
},
{
"id": "2c0b748f-20e8-4811-af78-85123a7c3447",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dc6e148-5e8b-4979-98b5-9c2db96115d3"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a1045426-2a94-404f-8bb1-caf95fe627bb",
"taxonomyNameGeneric": "sample string 8"
}