Search Watchers
POST/watchers/:watchable_type/:id/search
Returns a list of Watchers as an array of Contact objects for a given Watchable type and ID.
The ID should be that of the Watchable type being queried. Matches behavior of List action,
but accepts parameters including filters in request body.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
The format or parameters of the request was invalid
Request could not be authenticated
The requested resource could not be located
Something unexpected happened