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": "6a314b9e-a6c5-419f-b052-736d398788c2",
"code": "sample string 2",
"createdTs": "2026-04-08T11:00:24.933906Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:24.933906Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "da4c1744-457f-4642-b290-0bbc9721f91c",
"qrLogAttributeClass": {
"id": "00df5dab-270c-40d5-846f-1a2bde396532",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
},
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4d46a6fc-9fe4-44bf-8dca-e3b5c20c7410",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:24.933906Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:24.933906Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "38525c57-52c2-4cbe-9b0f-d92633662c3c",
"translations": [
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
},
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
}
]
},
{
"id": "4d46a6fc-9fe4-44bf-8dca-e3b5c20c7410",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:24.933906Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:24.933906Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "38525c57-52c2-4cbe-9b0f-d92633662c3c",
"translations": [
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
},
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
}
]
}
],
"translations": [
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
},
{
"id": "b365b8a3-6aa8-43cd-947a-2e4c15ed1ddf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "93dbe2a9-8fad-4d90-b2a3-59fd7a34d88d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "90449ac4-569e-46a9-9f03-899dde19a329",
"taxonomyNameGeneric": "sample string 8"
}