Excerpt |
---|
Private content searchSearch for content available to a specific user. The result may also include public content.
|
Endpoint ID: | 9004 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | |||||||||||||||||||||||||||||||||||||||||||||||||||
URL: | POST: /user/dp-key/{dpKeydp-key}/content/search | ||||||||||||||||||||||||||||||||||||||||||||||||||
dp-key | dialogportal™ master key that uniquely identifies the account to search content. | ||||||||||||||||||||||||||||||||||||||||||||||||||
ext-key | External key that uniquely identifies the account to search content. | ||||||||||||||||||||||||||||||||||||||||||||||||||
ext-type | Type of external key | ||||||||||||||||||||||||||||||||||||||||||||||||||
Request body: | JSON data with information about the content to be searchedA JSON object describing the search parameters.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
Response body: | JSON data with information about the content searchedan array of content. The result will also contain a "paging" object detailing the number of content items returned, the offset and whether there are more items than the ones returned.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
Status codes: | 201200 | CreatedOK | |||||||||||||||||||||||||||||||||||||||||||||||||
404.1 | User not found | ||||||||||||||||||||||||||||||||||||||||||||||||||
404.2 | External user could not be found | ||||||||||||||||||||||||||||||||||||||||||||||||||
404.4 | No Content not found |