GET api/MyTask/GetPriority
Request Information
URI Parameters
None.
Body Parameters
MyTask| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskownerID | integer |
None. |
|
| OfficerID | string |
None. |
|
| Priority | integer |
None. |
|
| TaskID | integer |
None. |
|
| TaskName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskownerID": 1,
"OfficerID": "sample string 2",
"Priority": 3,
"TaskID": 4,
"TaskName": "sample string 5"
}
Response Information
Resource Description
Collection of MyTask| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskownerID | integer |
None. |
|
| OfficerID | string |
None. |
|
| Priority | integer |
None. |
|
| TaskID | integer |
None. |
|
| TaskName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskownerID": 1,
"OfficerID": "sample string 2",
"Priority": 3,
"TaskID": 4,
"TaskName": "sample string 5"
},
{
"TaskownerID": 1,
"OfficerID": "sample string 2",
"Priority": 3,
"TaskID": 4,
"TaskName": "sample string 5"
}
]