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": "9c6cefb9-c4b2-49af-9ebf-e053c71ae94e",
"code": "sample string 2",
"createdTs": "2026-01-03T08:30:59.2276583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:59.2276583Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "9f259502-2c71-4cd2-9625-ffcd1b428917",
"qrLogAttributeClass": {
"id": "65a32658-ebca-435d-b19a-5132198384e2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
},
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d88c4f2c-295e-4e9e-a001-2e748769c2b2",
"description": "sample string 2",
"createdTs": "2026-01-03T08:30:59.2276583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:59.2276583Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "9bb62d02-be83-4a29-894f-862067e5531a",
"translations": [
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
},
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
}
]
},
{
"id": "d88c4f2c-295e-4e9e-a001-2e748769c2b2",
"description": "sample string 2",
"createdTs": "2026-01-03T08:30:59.2276583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:30:59.2276583Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "9bb62d02-be83-4a29-894f-862067e5531a",
"translations": [
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
},
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
}
]
}
],
"translations": [
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
},
{
"id": "3eff59c5-f790-42be-bb14-57a551db214c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4f386b8-80ad-4bc9-af34-643875144833"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1ce0c624-df78-485e-8fed-fc21028e1da2",
"taxonomyNameGeneric": "sample string 8"
}