Search method
This method retrieves the search result for a specified content
connection.
Request
Method | URL |
---|---|
GET |
|
Parameter | Type | Value |
---|---|---|
Accept | HEAD | application/json Where application is the application to connect to. |
Cookie | HEAD |
Where session_app_key is the Set-Cookie returned by the login request. |
<application> | URL_PARAM | String specifying the name of the application. |
<contentconnection_id> | URL_PARAM | String specifying the unique name provided in the response to the content connection request. |
<query> | URL_PARAM | String specifying the search query. For
example:query = * |
<username> | URL_PARAM | String specifying the user name. |
<password> | URL_PARAM | String specifying the password. |
Response
Status | Response |
---|---|
200 | The response is an array containing the list of
contents (object). Each item in the response array has the following
structure:
For example:
|