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
QRLogAttributeName | 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": "955b98d4-c4b4-4925-af8e-18998c8b65c6", "code": "sample string 2", "createdTs": "2025-09-19T08:13:36.6605002Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:36.6605002Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "345d9841-b897-4405-bd82-781d056288ee", "qrLogAttributeClass": { "id": "5bdb5bcd-6df9-4f2e-835a-82068f58a01f", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" }, { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" } ] }, "qrLogAttributeListValue": [ { "id": "88bd435a-3bf5-4a68-9d1b-8fbff1e0eb2d", "description": "sample string 2", "createdTs": "2025-09-19T08:13:36.6605002Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:36.6605002Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "b014b611-b4f6-4c07-a4a7-34cad00ea524", "translations": [ { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" }, { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" } ] }, { "id": "88bd435a-3bf5-4a68-9d1b-8fbff1e0eb2d", "description": "sample string 2", "createdTs": "2025-09-19T08:13:36.6605002Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:36.6605002Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "b014b611-b4f6-4c07-a4a7-34cad00ea524", "translations": [ { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" }, { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" } ] } ], "translations": [ { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" }, { "id": "379015bd-ec9e-4817-ba80-d8356a3abf43", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "a586e37b-d8a8-48d4-95c3-1bc6434aacab" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "775d2404-4236-4b64-9a06-56a9c8eeb55a", "taxonomyNameGeneric": "sample string 8" }