GET api/Dados/Getpro_users_schedule?_UserId={_UserId}&_Credentials={_Credentials}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_UserId | integer |
Required |
|
_Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_users_scheduleName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
userid | integer |
None. |
|
schedule_week_id | integer |
None. |
|
schedule_start | string |
None. |
|
schedule_end | string |
None. |
|
schedule_name | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "userid": 2, "schedule_week_id": 3, "schedule_start": "sample string 4", "schedule_end": "sample string 5", "schedule_name": "sample string 6", "_Action": "sample string 7", "hasError": true, "hasErrorMessage": "sample string 9", "_SendCredentials": "sample string 10" }, { "id": 1, "userid": 2, "schedule_week_id": 3, "schedule_start": "sample string 4", "schedule_end": "sample string 5", "schedule_name": "sample string 6", "_Action": "sample string 7", "hasError": true, "hasErrorMessage": "sample string 9", "_SendCredentials": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfcTables.cEntity_pro_users_schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <cTables.cEntity_pro_users_schedule> <_Action>sample string 7</_Action> <_SendCredentials>sample string 10</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 9</hasErrorMessage> <id>1</id> <schedule_end>sample string 5</schedule_end> <schedule_name>sample string 6</schedule_name> <schedule_start>sample string 4</schedule_start> <schedule_week_id>3</schedule_week_id> <userid>2</userid> </cTables.cEntity_pro_users_schedule> <cTables.cEntity_pro_users_schedule> <_Action>sample string 7</_Action> <_SendCredentials>sample string 10</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 9</hasErrorMessage> <id>1</id> <schedule_end>sample string 5</schedule_end> <schedule_name>sample string 6</schedule_name> <schedule_start>sample string 4</schedule_start> <schedule_week_id>3</schedule_week_id> <userid>2</userid> </cTables.cEntity_pro_users_schedule> </ArrayOfcTables.cEntity_pro_users_schedule>