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": "741ec330-518c-47d1-a3a7-f07a5f797cc8",
"code": "sample string 2",
"createdTs": "2026-01-09T02:09:38.7893041Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.7893041Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8d65d211-beaf-4aa6-9cbf-9da60d74a739",
"qrLogAttributeClass": {
"id": "f4ceffbf-208a-4e30-8ec4-d40f9039a113",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
},
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
}
]
},
"qrLogAttributeListValue": [
{
"id": "67d13f87-9195-460a-8d79-6f762577b36e",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:38.7893041Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.7893041Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a7bc6ec8-2cee-42ad-a298-cb9504a9270d",
"translations": [
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
},
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
}
]
},
{
"id": "67d13f87-9195-460a-8d79-6f762577b36e",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:38.7893041Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.7893041Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a7bc6ec8-2cee-42ad-a298-cb9504a9270d",
"translations": [
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
},
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
}
]
}
],
"translations": [
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
},
{
"id": "ff56d6ed-3ec4-4894-aa8a-bde74a3b66f1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "19812471-aba2-48d5-83be-66f65f0c5e22"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c9ad207a-41f7-4e87-b581-4e588e5de30f",
"taxonomyNameGeneric": "sample string 8"
}