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": "88947837-1a63-4236-afeb-b0d2d4fdc18c",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.9803007Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.9803007Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "09f64502-5597-4358-890f-e56af86a87d7",
"qrLogAttribute": {
"id": "ff463ea4-83bd-4769-89c3-1f4e74f070fb",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:52.9803007Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.9803007Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "07113f50-5375-4013-b347-d66722b949d0",
"qrLogAttributeClass": {
"id": "da4f3438-e8c1-409a-ba1a-02b4585111b1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
},
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
},
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1fd980d5-08cc-4c51-a1cf-97f6403620d6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
},
{
"id": "25b9ab02-2c83-4947-b1e8-35cc3df7f351",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e9a4dabc-8665-4b26-a119-791eb11fc534"
}
]
}