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": "5e5cb429-e8d9-4520-ad51-8e850982b42e",
"code": "sample string 2",
"createdTs": "2026-02-12T13:46:14.3606896Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:46:14.3606896Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7e74c79b-a73c-4d5f-abc6-5692a8bf94ea",
"qrLogAttributeClass": {
"id": "5a1d571c-6353-4d57-817a-283ce872b849",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
},
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4a25698c-e931-4ad7-a9a9-fae353701d59",
"description": "sample string 2",
"createdTs": "2026-02-12T13:46:14.3606896Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:46:14.3606896Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a55cc576-b698-44ae-939e-f68130ea970a",
"translations": [
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
},
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
}
]
},
{
"id": "4a25698c-e931-4ad7-a9a9-fae353701d59",
"description": "sample string 2",
"createdTs": "2026-02-12T13:46:14.3606896Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:46:14.3606896Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a55cc576-b698-44ae-939e-f68130ea970a",
"translations": [
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
},
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
}
]
}
],
"translations": [
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
},
{
"id": "ad74cb5f-d732-448f-8a2a-2f4a89b9b854",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22877aef-445d-46b1-a830-3ae5b26bc39e"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "959c4bdd-695e-477f-a8d6-e3d0c2d9ee35",
"taxonomyNameGeneric": "sample string 8"
}