POST api/KnowledgeGraph/Search
Request Information
URI Parameters
None.
Body Parameters
ArticleSearchRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactIdentityIds | Collection of integer |
None. |
|
| ContactIds | Collection of integer |
None. |
|
| Keywords | Collection of string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"contactIdentityIds": [
1,
2
],
"contactIds": [
1,
2
],
"keywords": [
"sample string 1",
"sample string 2"
]
}
text/plain
Sample:
{"contactIdentityIds":[1,2],"contactIds":[1,2],"keywords":["sample string 1","sample string 2"]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.