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": "81c96e30-15af-4e6d-999f-dd134756bed1",
"code": "sample string 2",
"createdTs": "2026-07-09T18:31:39.8325011Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:39.8325011Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b53478be-b8f6-4069-b518-e2d5e336bb26",
"qrLogAttributeClass": {
"id": "8af2454e-32eb-418d-973d-732557bfefd8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
},
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9f2af2ba-ebb0-4142-ae3b-b7630910ef98",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:39.8325011Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:39.8325011Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b892a895-2ed9-42c5-8447-c2237a15f584",
"translations": [
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
},
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
}
]
},
{
"id": "9f2af2ba-ebb0-4142-ae3b-b7630910ef98",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:39.8325011Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:39.8325011Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b892a895-2ed9-42c5-8447-c2237a15f584",
"translations": [
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
},
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
}
]
}
],
"translations": [
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
},
{
"id": "97db9e72-941c-4e0a-86b7-be9e9c2ce574",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f23a8346-7cb7-469a-856e-3cbaadf0859c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b6278f3f-7ec3-4c58-b70a-37b02cae3eb8",
"taxonomyNameGeneric": "sample string 8"
}