POST api/issues/search
Request Information
URI Parameters
None.
Body Parameters
IssueSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShortUnique | string |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| SenderEmail | string |
None. |
|
| SenderTelephone | string |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| IsResolved | boolean |
None. |
|
| ResolvedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"shortUnique": "sample string 1",
"personId": "5a75bf69-26fd-4e29-bfc8-ca4688ed5f61",
"senderEmail": "sample string 3",
"senderTelephone": "sample string 4",
"skip": 5,
"take": 6,
"isResolved": true,
"resolvedBy": "sample string 7"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.