Find Saved Search
Returns requests found by specified filtering, ordering and paging params.
Request:
Parameters | Name | Required | Details |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API ). |
Content-Type |
Yes | Should be
"Content-Type: application/json" . |
|
Body | Yes |
JSON Array with objects representing saved search request objects to create. Each object must have Filter can contain such fields:
|
|
Query | countResults |
No |
Fulfill search query and return count of found profiles for each returned query. |
findPublic |
No | Looks for not only current user's requests but among public requests of other users also. |
Response
Represents sent filter with two appended fields: "total
"- count of
found requests (doesn't consider "includes
") and
"result
"- final resultset
.