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": "75d23f13-6098-46d8-936a-9c09f1164ba9",
"code": "sample string 2",
"createdTs": "2026-07-14T01:08:56.3789118Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:56.3789118Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "947ae577-524b-4c9a-8b87-4009a3f2c54f",
"qrLogAttributeClass": {
"id": "49aaffa7-6a03-40af-805f-b938929e8597",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
},
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2f3ade3e-f8d5-44a8-bc8a-41aa53d2f03a",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:56.3789118Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:56.3789118Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fec72a8d-993f-459c-b2b6-8d663325ab40",
"translations": [
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
},
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
}
]
},
{
"id": "2f3ade3e-f8d5-44a8-bc8a-41aa53d2f03a",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:56.3789118Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:56.3789118Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fec72a8d-993f-459c-b2b6-8d663325ab40",
"translations": [
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
},
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
}
]
}
],
"translations": [
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
},
{
"id": "2ec65086-d6fd-4c49-81f3-2a6e2fb53065",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03085247-aaea-4ebb-bf83-54aed02d689d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "440c7c49-d596-4c3c-89d8-4a216357695b",
"taxonomyNameGeneric": "sample string 8"
}