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": "1cfa41b7-74f0-4c18-a503-7a82e590a032",
"code": "sample string 2",
"createdTs": "2025-11-09T11:43:19.4435612Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:43:19.4435612Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7fdd82fa-2bae-42c8-96a9-f43e6f6e58b4",
"qrLogAttributeClass": {
"id": "ea47580b-82f0-40a3-9e71-68ee7fa6615f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
},
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e9715375-2274-496c-8fc2-68b58bf0eb06",
"description": "sample string 2",
"createdTs": "2025-11-09T11:43:19.4435612Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:43:19.4435612Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "577e43c7-5bc7-40f5-887f-827060865a5a",
"translations": [
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
},
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
}
]
},
{
"id": "e9715375-2274-496c-8fc2-68b58bf0eb06",
"description": "sample string 2",
"createdTs": "2025-11-09T11:43:19.4435612Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:43:19.4435612Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "577e43c7-5bc7-40f5-887f-827060865a5a",
"translations": [
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
},
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
}
]
}
],
"translations": [
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
},
{
"id": "b1b0eadd-ee00-47bd-81d7-27c7959c72e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "54c78e37-6c2a-4d20-955e-1cd5db667ec8"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "48e812a7-7d06-446e-8877-c707bc3e0676",
"taxonomyNameGeneric": "sample string 8"
}