latestOpenAPI 3.0.02026-08-0819201.1 MB
411f9f98c01e
flows
Get Flow Notes
Returns a flow Notes HTML Content
get/flows/{flow_id}/notes
Path parameters
flow_idstring required
Flow identifier
Response
OK
Example response
{
"data": {
"data": {
"id": "5b4f337bff4304610483ba67",
"attributes": {
"note": "<h1>Title</h1>",
"flow_id": "5b4f337bff4304610483ba67"
},
"relationships": {
"flow": {
"data": {
"id": "5b4f337bff4304610483ba67"
}
}
}
}
}
}