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": "adaa74c7-dfb5-4b78-9efc-64544655ef72",
"code": "sample string 2",
"createdTs": "2026-08-28T06:25:37.807437Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:37.807437Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c9f5ef4c-092d-47f7-af7a-afc87877304f",
"qrLogAttributeClass": {
"id": "b529a4ba-4a63-428f-b253-c9f3e5e23496",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
},
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "cbd44589-e404-4ffb-9c84-b7f904058a8f",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:37.807437Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:37.807437Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d4af70cb-498d-4e00-8024-d8a7c7d77460",
"translations": [
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
},
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
}
]
},
{
"id": "cbd44589-e404-4ffb-9c84-b7f904058a8f",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:37.807437Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:37.807437Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d4af70cb-498d-4e00-8024-d8a7c7d77460",
"translations": [
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
},
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
}
]
}
],
"translations": [
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
},
{
"id": "c6459ca3-80ee-4bef-973d-61950f57975e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2dbab5b1-868a-4e9f-9c3d-90e1bc2bae3b"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f08b30e2-0ed4-4911-8c9a-a86268103cff",
"taxonomyNameGeneric": "sample string 8"
}