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": "1329d0c8-6cbe-4ace-a8d4-a39ec132acc4", "code": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "52816923-b12d-4e28-8c84-bf32a10dc662", "qrLogAttributeClass": { "id": "1cd1ca40-b198-43e4-b7a6-e25d3364095a", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" }, { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" } ] }, "qrLogAttributeListValue": [ { "id": "2327d608-b7a3-4673-9540-495a7c2137c4", "description": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "d9f47e1d-a18b-4ac4-becc-69dd7856a88c", "translations": [ { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" }, { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" } ] }, { "id": "2327d608-b7a3-4673-9540-495a7c2137c4", "description": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "d9f47e1d-a18b-4ac4-becc-69dd7856a88c", "translations": [ { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" }, { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" } ] } ], "translations": [ { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" }, { "id": "1666bf71-2324-47cf-adb9-66cac022292a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3e37a515-24f0-4b33-98bb-cc8da87a9a50" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "a0f9b867-8500-4ec1-b7f5-8f69b7471647", "taxonomyNameGeneric": "sample string 8" }