GET api/Project/GetTaksTime?tasktype={tasktype}&taskid={taskid}&_Credentials={_Credentials}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tasktype | integer |
Required |
|
taskid | integer |
Required |
|
_Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntityTaksTimeName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
time_type | integer |
None. |
|
time_main_id | integer |
None. |
|
time_date | string |
None. |
|
time_start_time | string |
None. |
|
time_end_time | string |
None. |
|
time_hours | decimal number |
None. |
|
time_user_id | integer |
None. |
|
time_description | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
|
_Action | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "time_type": 2, "time_main_id": 3, "time_date": "sample string 4", "time_start_time": "sample string 5", "time_end_time": "sample string 6", "time_hours": 7.0, "time_user_id": 8, "time_description": "sample string 9", "hasError": true, "hasErrorMessage": "sample string 11", "_SendCredentials": "sample string 12", "_Action": "sample string 13" }, { "id": 1, "time_type": 2, "time_main_id": 3, "time_date": "sample string 4", "time_start_time": "sample string 5", "time_end_time": "sample string 6", "time_hours": 7.0, "time_user_id": 8, "time_description": "sample string 9", "hasError": true, "hasErrorMessage": "sample string 11", "_SendCredentials": "sample string 12", "_Action": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfProjectsClass.cEntityTaksTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <ProjectsClass.cEntityTaksTime> <_Action>sample string 13</_Action> <_SendCredentials>sample string 12</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 11</hasErrorMessage> <id>1</id> <time_date>sample string 4</time_date> <time_description>sample string 9</time_description> <time_end_time>sample string 6</time_end_time> <time_hours>7</time_hours> <time_main_id>3</time_main_id> <time_start_time>sample string 5</time_start_time> <time_type>2</time_type> <time_user_id>8</time_user_id> </ProjectsClass.cEntityTaksTime> <ProjectsClass.cEntityTaksTime> <_Action>sample string 13</_Action> <_SendCredentials>sample string 12</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 11</hasErrorMessage> <id>1</id> <time_date>sample string 4</time_date> <time_description>sample string 9</time_description> <time_end_time>sample string 6</time_end_time> <time_hours>7</time_hours> <time_main_id>3</time_main_id> <time_start_time>sample string 5</time_start_time> <time_type>2</time_type> <time_user_id>8</time_user_id> </ProjectsClass.cEntityTaksTime> </ArrayOfProjectsClass.cEntityTaksTime>