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": "6403e938-4cd2-4dcc-a5a2-35217b8182e9",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:52.69904Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.69904Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6e2282ae-43a1-4647-9874-3bb63ed45295",
"qrLogAttributeClass": {
"id": "dc0c9dac-33c3-4881-84b2-a8b363e688bc",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
},
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "42a9a18c-2a5a-4942-9695-178d13a4790c",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.69904Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.69904Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6c009fec-37b1-41c4-90ee-63c0e5338fc3",
"translations": [
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
},
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
}
]
},
{
"id": "42a9a18c-2a5a-4942-9695-178d13a4790c",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.69904Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.69904Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6c009fec-37b1-41c4-90ee-63c0e5338fc3",
"translations": [
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
},
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
}
]
}
],
"translations": [
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
},
{
"id": "9b3f85e2-d0c1-46b1-924d-8561b7e22345",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "34ef4f28-3d83-47dc-ae3c-12f0ce73501c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "8d36e555-0a43-40f1-9e49-983810191fb3",
"taxonomyNameGeneric": "sample string 8"
}