Notes
Create a note
POST https://api.didomi.io/dsar/requests?organization_id={{organization_id}}
{
"request_id": "String",
"value": "String"
}Query all notes
[
{
"id": "String",
"created_at": "Date",
"updated_at": "Date",
"organization_id": "String",
"request_id": "String",
"value": "String",
"user_id": "String",
"user": {
"name": "String"
}
}
]Query notes of a request
Last updated