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": "6f0d784c-c0b0-4ac4-ab56-99a484828d1f", "code": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "7c4b77e3-2622-49f4-a522-bd52f8b5f6b8", "qrLogAttributeClass": { "id": "6221c88e-bcad-4696-aa7f-24f2cd524052", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" }, { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" } ] }, "qrLogAttributeListValue": [ { "id": "fde30b8c-4be4-4e21-a56e-2fefeb3454c2", "description": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "dc3a22f2-6c29-4981-aecc-df4d193e23cd", "translations": [ { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" }, { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" } ] }, { "id": "fde30b8c-4be4-4e21-a56e-2fefeb3454c2", "description": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "dc3a22f2-6c29-4981-aecc-df4d193e23cd", "translations": [ { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" }, { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" } ] } ], "translations": [ { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" }, { "id": "2db5e907-ffe8-4d12-9151-e6c489562dcc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "24a9af70-3e08-47f1-87b7-040f84979c44" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "bc5d7f24-b800-4ceb-af1a-1ee3326f42c6", "taxonomyNameGeneric": "sample string 8" }