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": "427a0fc3-b28b-474b-9066-ae1f9636e3a1",
"code": "sample string 2",
"createdTs": "2025-11-06T10:32:47.1495251Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:47.1495251Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "ddc92a4f-6f32-4ab1-9fe7-13af2f9cae58",
"qrLogAttributeClass": {
"id": "777c4504-5d7e-4feb-819f-0833edeac7e6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
},
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8490a0dd-4df6-4116-8d88-c07ca7cb7c06",
"description": "sample string 2",
"createdTs": "2025-11-06T10:32:47.1495251Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:47.1495251Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a43e9fb6-ce82-43b9-bc7a-cba9c69eeb7e",
"translations": [
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
},
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
}
]
},
{
"id": "8490a0dd-4df6-4116-8d88-c07ca7cb7c06",
"description": "sample string 2",
"createdTs": "2025-11-06T10:32:47.1495251Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:47.1495251Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a43e9fb6-ce82-43b9-bc7a-cba9c69eeb7e",
"translations": [
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
},
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
}
]
}
],
"translations": [
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
},
{
"id": "e816cf97-5ae9-4f47-b460-71eb4b1dd0c7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a6757d9b-3750-41e5-a76a-2979f3699586"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "127abdd4-8a54-4e0d-9af6-b5b53d638e5f",
"taxonomyNameGeneric": "sample string 8"
}