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": "bd8aa349-ab27-4794-9133-8a89eec919be",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6837992Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6837992Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "950ffee0-c70c-4b34-b88a-01693a63f83b",
"qrLogAttributeClass": {
"id": "b6de2359-7dd6-4a97-8594-cc7c6bcb0213",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
},
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
}
]
},
"qrLogAttributeListValue": [
{
"id": "06bbe3c3-85fe-4a35-b374-1af3578d3bd0",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6837992Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6837992Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a5e33d7a-4573-4a3e-9034-aae793ccb668",
"translations": [
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
},
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
}
]
},
{
"id": "06bbe3c3-85fe-4a35-b374-1af3578d3bd0",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6837992Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6837992Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a5e33d7a-4573-4a3e-9034-aae793ccb668",
"translations": [
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
},
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
}
]
}
],
"translations": [
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
},
{
"id": "abd81478-9ddc-4f32-a4a6-3f1dd9aaff3c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c052f8c-0c8e-4ec3-8f67-0ad1f4411312"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "877b1d08-ac41-4628-b7cf-a003dec84c4e",
"taxonomyNameGeneric": "sample string 8"
}