GET api/Users/Getpro_desktop_options?_Credentials={_Credentials}&_MachineId={_MachineId}&_UserId={_UserId}&_App={_App}&_Version={_Version}&_AppInstallVersion={_AppInstallVersion}&_DeviceIP={_DeviceIP}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Credentials | string |
Required |
|
_MachineId | string |
Required |
|
_UserId | string |
Required |
|
_App | string |
Required |
|
_Version | decimal number |
Required |
|
_AppInstallVersion | decimal number |
Required |
|
_DeviceIP | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_desktop_optionsName | Description | Type | Additional information |
---|---|---|---|
versionUpdate | integer |
None. |
|
versionInstallerUpdate | integer |
None. |
|
timetablerecord | integer |
None. |
|
userId | integer |
None. |
|
userName | string |
None. |
|
id | integer |
None. |
|
profile | integer |
None. |
|
option_name | string |
None. |
|
option_name2 | string |
None. |
|
option_parameter | string |
None. |
|
option_local | string |
None. |
|
option_order | integer |
None. |
|
option_path_imagem | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "versionUpdate": 1, "versionInstallerUpdate": 2, "timetablerecord": 3, "userId": 4, "userName": "sample string 5", "id": 6, "profile": 7, "option_name": "sample string 8", "option_name2": "sample string 9", "option_parameter": "sample string 10", "option_local": "sample string 11", "option_order": 12, "option_path_imagem": "sample string 13", "_Action": "sample string 14", "hasError": true, "hasErrorMessage": "sample string 16", "_SendCredentials": "sample string 17" }, { "versionUpdate": 1, "versionInstallerUpdate": 2, "timetablerecord": 3, "userId": 4, "userName": "sample string 5", "id": 6, "profile": 7, "option_name": "sample string 8", "option_name2": "sample string 9", "option_parameter": "sample string 10", "option_local": "sample string 11", "option_order": 12, "option_path_imagem": "sample string 13", "_Action": "sample string 14", "hasError": true, "hasErrorMessage": "sample string 16", "_SendCredentials": "sample string 17" } ]
application/xml, text/xml
Sample:
<ArrayOfRhClass.cEntity_pro_desktop_options xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <RhClass.cEntity_pro_desktop_options> <_Action>sample string 14</_Action> <_SendCredentials>sample string 17</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 16</hasErrorMessage> <id>6</id> <option_local>sample string 11</option_local> <option_name>sample string 8</option_name> <option_name2>sample string 9</option_name2> <option_order>12</option_order> <option_parameter>sample string 10</option_parameter> <option_path_imagem>sample string 13</option_path_imagem> <profile>7</profile> <timetablerecord>3</timetablerecord> <userId>4</userId> <userName>sample string 5</userName> <versionInstallerUpdate>2</versionInstallerUpdate> <versionUpdate>1</versionUpdate> </RhClass.cEntity_pro_desktop_options> <RhClass.cEntity_pro_desktop_options> <_Action>sample string 14</_Action> <_SendCredentials>sample string 17</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 16</hasErrorMessage> <id>6</id> <option_local>sample string 11</option_local> <option_name>sample string 8</option_name> <option_name2>sample string 9</option_name2> <option_order>12</option_order> <option_parameter>sample string 10</option_parameter> <option_path_imagem>sample string 13</option_path_imagem> <profile>7</profile> <timetablerecord>3</timetablerecord> <userId>4</userId> <userName>sample string 5</userName> <versionInstallerUpdate>2</versionInstallerUpdate> <versionUpdate>1</versionUpdate> </RhClass.cEntity_pro_desktop_options> </ArrayOfRhClass.cEntity_pro_desktop_options>