API Reference

Comments

POST /searches/{id}/comments

Create comment on search or create comment on entity.

The user that the API Key used was created with will be the assigned user for the comment and the timestamp will be the time the endpoint is called

URL PARAMETERS

FIELDDESCRIPTION
idEither the numeric search ID, or the search REF

JSON POST PARAMETERS

FIELDTYPEDESCRIPTION
commentStringThe comment that will be added
entity_idStringThe entity id (required for adding comment on entity)

GET /searches/{id}/comments

Retrieve comments for a specific search

URL PARAMETERS

FIELDDESCRIPTION
idEither the numeric search ID, or the search REF