v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Analyst Data

Get Analyst Data by ID

get/analystData/view/{analystType}/{analystDataID}

Path parameters

analystType'Note' | 'Opinion' | 'Relationship' required

Type of the analyst data.

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the Analyst data

Response

An analyst data. Could be a Note, Opinion or Relationship depending on the analystType parameter

OR
OR

Example response

{
  "note": "Provide more context",
  "language": "fr-BE",
  "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "object_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "authors": "john.doe@admin.test",
  "org_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "orgc_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "created": "2024-03-19 11:10:24",
  "modified": "2024-03-19 11:10:24",
  "distribution": "4",
  "sharing_group_id": "1"
}