POST api/UserPreferenceSettings/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserPreferenceSettingsName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
Type | string |
None. |
|
Value | string |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "UserName": "sample string 1", "Type": "sample string 2", "Value": "sample string 3", "LastMaintenanceName": "sample string 4", "LastMaintenanceDate": "2024-12-12T03:54:48.5348247+00:00", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfUserPreferenceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <UserPreferenceSettings z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <LastMaintenanceDate>2024-12-12T03:54:48.5348247+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 4</LastMaintenanceName> <Type>sample string 2</Type> <UserName>sample string 1</UserName> <Value>sample string 3</Value> </UserPreferenceSettings> <UserPreferenceSettings z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfUserPreferenceSettings>