v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Analyst Data

Add analyst data

post/analystData/add/{analystType}/{analystObjectUUID}/{analystObjectType}

Path parameters

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

Type of the analyst data.

analystObjectUUIDstring uuid required
Example:c99506a6-1255-4b71-afa5-7b8ba48c3b1b

Object UUID that has an analyst data

analystObjectType'Attribute' | 'Event' | 'EventReport' | 'GalaxyCluster' | 'Galaxy' | 'Object' | 'Note' | 'Opinion' | 'Relationship' | 'Organisation' | 'SharingGroup' required

Object type that has an analyst data

Request body

OR
OR

Example request

{
  "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"
}

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"
}
All 166 operations