v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Analyst Note

Draft an Analyst Note

Create a draft analyst note in the database without publishing it.

post/draft

Request body

sourcestring uuid required

Identity of the source

report_idstring

Report identity of analyst note, that is not published yet.

resolve_entitiesboolean

Determines if the entity resolver should be used on the note title and text for automated tagging of entities.

Example request

{
  "attributes": {
    "topic": [
      "h4G-3N"
    ],
    "validated_on": "2025-03-21T12:00:00.000Z",
    "recommended_queries_obj": [
      {
        "url": "url:https://example.com/query"
      }
    ]
  },
  "report_id": "report:V0BVfY"
}

Response

Report id of the draft note.

report_idstring required