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
FIELD | DESCRIPTION |
---|---|
id | Either the numeric search ID, or the search REF |
JSON POST PARAMETERS
FIELD | TYPE | DESCRIPTION |
---|---|---|
comment | String | The comment that will be added |
entity_id | String | The entity id (required for adding comment on entity) |
GET /searches/{id}/comments
Retrieve comments for a specific search
URL PARAMETERS
FIELD | DESCRIPTION |
---|---|
id | Either the numeric search ID, or the search REF |