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": "328b4571-70e4-41ed-8a60-61c30a1cea8e",
"code": "sample string 2",
"createdTs": "2026-05-15T22:26:27.3302078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:27.3302078Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "23cc3dd5-1a3a-4a31-8ebe-11264e622006",
"qrLogAttributeClass": {
"id": "707c1a89-4aae-4d48-a0bc-1702bcfdcc3b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
},
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f6144ce0-43b0-4909-bc1d-cc98c4cceff3",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:27.3302078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:27.3302078Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d99a72b8-2861-4de6-9a02-0c1eade78c34",
"translations": [
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
},
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
}
]
},
{
"id": "f6144ce0-43b0-4909-bc1d-cc98c4cceff3",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:27.3302078Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:27.3302078Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d99a72b8-2861-4de6-9a02-0c1eade78c34",
"translations": [
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
},
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
}
]
}
],
"translations": [
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
},
{
"id": "8fc9b126-f4a5-4f07-8740-7ebb851451d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e01e38c3-49df-4f85-9cdb-b08014f01b5d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9a289f5a-04b8-477f-8377-030dbf1264ea",
"taxonomyNameGeneric": "sample string 8"
}