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": "05bf3352-9aca-4bbd-909c-223cb5c4c288",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9078143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9078143Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b1b9923e-59b4-4f0d-8eff-b66b60690e57",
"qrLogAttributeClass": {
"id": "c68688fd-6565-42f5-90a8-7280d9bfb6a5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
},
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d1b2d1f6-f6ee-480f-b18e-a44102caafe9",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9078143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9078143Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ab5605a9-69e5-4a5a-9af2-5661071cf34d",
"translations": [
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
},
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
}
]
},
{
"id": "d1b2d1f6-f6ee-480f-b18e-a44102caafe9",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:38.9078143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:38.9078143Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ab5605a9-69e5-4a5a-9af2-5661071cf34d",
"translations": [
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
},
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
}
]
}
],
"translations": [
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
},
{
"id": "6f28a067-199d-499e-90d9-73dde23e5626",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1a6c9920-4409-419e-afd9-826e135b6576"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a16ead2f-0de2-4eef-aed9-e3daa5ee8ddd",
"taxonomyNameGeneric": "sample string 8"
}