POST api/Monitoring/RelatedArticlesForContact
Request Information
URI Parameters
None.
Body Parameters
MonitoringGetRelatedArticlesForContactDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | integer |
None. |
|
| Keywords | Collection of string |
None. |
|
| IsAuthor | boolean |
None. |
|
| IsRelatedContact | boolean |
None. |
|
| Page | integer |
None. |
|
| Take | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"contactId": 1,
"keywords": [
"sample string 1",
"sample string 2"
],
"isAuthor": true,
"isRelatedContact": true,
"page": 4,
"take": 5
}
text/plain
Sample:
{"contactId":1,"keywords":["sample string 1","sample string 2"],"isAuthor":true,"isRelatedContact":true,"page":4,"take":5}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.