Notes
Notes#create
POST /notes{
"matter_id": "1",
"title": "request photos",
"content": "ask for the missing pictures"
}{
"id": 1,
"content": "ask for the missing pictures",
"category": "All Notes",
"firm_id": 1,
"matter_id": null,
"assignee_id": null,
"created_at": "2024-12-24",
"updated_at": "2024-12-24T14:20:23.770Z",
"created_by_id": 1,
"client_id": 1,
"created_by_migration": null,
"title": "request photos",
"date": "2024-12-24T14:20:23.769Z",
"discarded_at": null,
"starred": false,
"author_name": null,
"note_category_id": null,
"client_name": "John Doe",
"assignee_names": "@Jane Doe",
"created_by_name": "Jane Doe",
"assignee_user_ids": [
1
],
"note_category": {
"id": null,
"name": "All Notes",
"firm_id": null,
"created_at": null,
"updated_at": null
}
}Notes#update
Notes#destroy
Last updated
Was this helpful?