GET api/Task/GetViewTaskby?strStatus={strStatus}&persontype={persontype}&personid={personid}&buisnessid={buisnessid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strStatus | string |
Required |
|
| persontype | string |
Required |
|
| personid | integer |
Required |
|
| buisnessid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1"
},
{
"$id": "2"
}
]