GET V2/odata/OverviewExtendedPropertyItem
Gets OverviewExtendedPropertyItem entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V2.Models.OverviewExtendedPropertyItemName | Description | Type | Additional information |
---|---|---|---|
ExtendedPropertyItemId |
Gets or sets the PK |
integer |
64-bit signed integer |
EntityId |
Gets or sets the Id of the entity which is this setting value for |
integer |
64-bit signed integer Nullable |
EntityType |
Gets or sets the entity type (user, general...) |
QicsUnity.Api.Areas.V2.Models.EntityType |
None. |
SettingType |
Gets or sets the ExtendedPropertyDefinition type (string, numeric...) |
QicsUnity.Api.Areas.V2.Models.SettingType |
None. |
Name |
Gets or sets extended property name |
string |
None. |
ValueBoolean |
Gets or sets a value indicating whether value is true or false |
boolean |
Nullable |
ValueDate |
Gets or sets a date representation of value |
date |
date and time of day Nullable |
ValueNumber |
Gets or sets a number representation of a value |
decimal number |
Nullable |
ValueString |
Gets or sets a string representation of a value |
string |
None. |
ValueComboboxId |
Gets or sets a combobox id representation of a value |
string |
None. |
ValueComboboxName |
Gets or sets a combobox name representation of a value |
string |
None. |
ValueDefinitionId |
Gets or sets a definition id representation of a value |
string |
None. |
ValueDefinitionName |
Gets or sets a definition name representation of a value |
string |
None. |
ValueHyperlinkUrl |
Gets or sets hyperlink extended property Url |
string |
None. |
ValueHyperlinkLabel |
Gets or sets hyperlink extended property label |
string |
None. |
Response Formats
application/json, text/json
[ { "ExtendedPropertyItemId": "1", "EntityId": "1", "EntityType": "General", "SettingType": "Boolean", "Name": "sample 2", "ValueBoolean": true, "ValueDate": "2024-12-22T22:28:41.9056289+00:00", "ValueNumber": "1", "ValueString": "sample 3", "ValueComboboxId": "sample 4", "ValueComboboxName": "sample 5", "ValueDefinitionId": "sample 6", "ValueDefinitionName": "sample 7", "ValueHyperlinkUrl": "sample 8", "ValueHyperlinkLabel": "sample 9" }, { "ExtendedPropertyItemId": "1", "EntityId": "1", "EntityType": "General", "SettingType": "Boolean", "Name": "sample 2", "ValueBoolean": true, "ValueDate": "2024-12-22T22:28:41.9056289+00:00", "ValueNumber": "1", "ValueString": "sample 3", "ValueComboboxId": "sample 4", "ValueComboboxName": "sample 5", "ValueDefinitionId": "sample 6", "ValueDefinitionName": "sample 7", "ValueHyperlinkUrl": "sample 8", "ValueHyperlinkLabel": "sample 9" } ]
application/xml, text/xml
<ArrayOfOverviewExtendedPropertyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models"> <OverviewExtendedPropertyItem> <EntityId>1</EntityId> <EntityType>General</EntityType> <ExtendedPropertyItemId>1</ExtendedPropertyItemId> <Name>sample 2</Name> <SettingType>Boolean</SettingType> <ValueBoolean>true</ValueBoolean> <ValueComboboxId>sample 4</ValueComboboxId> <ValueComboboxName>sample 5</ValueComboboxName> <ValueDate>2024-12-22T22:28:41.9056289+00:00</ValueDate> <ValueDefinitionId>sample 6</ValueDefinitionId> <ValueDefinitionName>sample 7</ValueDefinitionName> <ValueHyperlinkLabel>sample 9</ValueHyperlinkLabel> <ValueHyperlinkUrl>sample 8</ValueHyperlinkUrl> <ValueNumber>1</ValueNumber> <ValueString>sample 3</ValueString> </OverviewExtendedPropertyItem> <OverviewExtendedPropertyItem> <EntityId>1</EntityId> <EntityType>General</EntityType> <ExtendedPropertyItemId>1</ExtendedPropertyItemId> <Name>sample 2</Name> <SettingType>Boolean</SettingType> <ValueBoolean>true</ValueBoolean> <ValueComboboxId>sample 4</ValueComboboxId> <ValueComboboxName>sample 5</ValueComboboxName> <ValueDate>2024-12-22T22:28:41.9056289+00:00</ValueDate> <ValueDefinitionId>sample 6</ValueDefinitionId> <ValueDefinitionName>sample 7</ValueDefinitionName> <ValueHyperlinkLabel>sample 9</ValueHyperlinkLabel> <ValueHyperlinkUrl>sample 8</ValueHyperlinkUrl> <ValueNumber>1</ValueNumber> <ValueString>sample 3</ValueString> </OverviewExtendedPropertyItem> </ArrayOfOverviewExtendedPropertyItem>