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": "63c5934b-d406-48b1-a48d-ec1602e26f3e",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8870375Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8870375Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c8c99a93-59f5-4f79-96fa-20468beee553",
"qrLogAttributeClass": {
"id": "cff6e5b9-7961-439e-839e-5a26eb6dc677",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
},
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4ebbc93e-fc59-4364-bcac-84a6df541f2a",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8870375Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8870375Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2c6f9dce-df4a-4ff9-b216-4689e6ac9cb3",
"translations": [
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
},
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
}
]
},
{
"id": "4ebbc93e-fc59-4364-bcac-84a6df541f2a",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8870375Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8870375Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2c6f9dce-df4a-4ff9-b216-4689e6ac9cb3",
"translations": [
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
},
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
}
]
}
],
"translations": [
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
},
{
"id": "7760bd88-79a4-48a5-97e6-697d461ef6c9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "17b315cc-4346-4e3e-9443-9aa496515edb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "654591c2-f9fe-4dbb-8b12-5be5915281eb",
"taxonomyNameGeneric": "sample string 8"
}