v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
MonitoringWorkflow

Upload attachment to monitoring workflow row

post/monitoring-workflows/{workflowId}/attachments

Path parameters

workflowIdstring required

Headers

tenant-idstring required

Response

Attachment uploaded successfully

messagestring

Success message

Example response

{
  "message": "Attachment uploaded successfully",
  "attachment": {
    "createdAt": "2024-01-15T10:30:00Z",
    "fileType": "DEA Certificate",
    "fileUrl": "monitoring-workflow-attachments/workflow-123/dea/1729771200000_dea-certificate.pdf",
    "originalFileName": "dea-certificate.pdf",
    "expirationDate": "2025-12-31"
  }
}