GET api/QRLogAttributeListValues/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeListValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| IsActive | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| QRLogAttributeId | globally unique identifier |
None. |
|
| QRLogAttribute | QRLogAttribute |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "9e103136-6cc0-45e1-ad8c-311cc9e83dd2",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:57.030025Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:57.030025Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a0e8f555-f151-4883-b5ba-309e84f3d46e",
"qrLogAttribute": {
"id": "2f862482-cf43-4ac9-861d-62ef2077c79c",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:57.030025Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:57.030025Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1959f4c8-9e30-41a4-b47b-699d25fddddc",
"qrLogAttributeClass": {
"id": "bd7f4ecd-01d3-458c-844c-a2907bef8f27",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
},
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
},
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f12876be-bba8-4456-ae7c-1c987a6a4b37",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
},
{
"id": "b5bd693d-c438-4c12-9017-00f9469d15ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "492451b2-84f1-4e2c-acea-dee53edf97e9"
}
]
}