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": "d6ad7eba-2f67-41b4-abea-945fd572994d",
"code": "sample string 2",
"createdTs": "2026-04-09T12:17:39.7991131Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:39.7991131Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "ed86ee13-3d17-40fd-b7f1-d27a058b6d13",
"qrLogAttributeClass": {
"id": "e4577ac6-8485-4271-b411-ebff705a41ff",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
},
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4d07ebe8-64c5-4297-ba13-4cf09d3f745e",
"description": "sample string 2",
"createdTs": "2026-04-09T12:17:39.7991131Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:39.7991131Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bea47675-5738-4d83-91b0-46d92a79b55f",
"translations": [
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
},
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
}
]
},
{
"id": "4d07ebe8-64c5-4297-ba13-4cf09d3f745e",
"description": "sample string 2",
"createdTs": "2026-04-09T12:17:39.7991131Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:39.7991131Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bea47675-5738-4d83-91b0-46d92a79b55f",
"translations": [
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
},
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
}
]
}
],
"translations": [
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
},
{
"id": "8e6608bf-e6ef-4b3d-b386-7efcc8dc684d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "da506c6d-2553-4a48-acd4-2cee7fe32663"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5e9ac62e-6dee-413a-8ace-a76c9d39305d",
"taxonomyNameGeneric": "sample string 8"
}