Parameter | Description |
---|---|
Attachable ID | The specific model ID the file is associated with. |
Attachable Type | The model type the file is associated with. |
Attached File Identifier | The identifier of the file to be uploaded. |
File Type | The type of the attachment file. |
{
"attachments": [
{
"id": 12345,
"created_at": "2025-02-04T02:26:59.962Z",
"updated_at": "2025-02-04T02:27:00.204Z",
"deleted_at": null,
"attachable_type": "OpsAuditItem",
"attachable_id": 1397,
"locked_at": null,
"lock_user_id": null,
"last_lock_user_id": 0,
"type": "file",
"status": "unverified",
"name": "uploaded_file.txt",
"is_linkified": false,
"word_report_options": {},
"broken_link_count": 0,
"sort_order": 0,
"sheet_id": null,
"document_id": null,
"file_id": 1234,
"linkify_source_file_id": null,
"reviewed_by_user_id": null,
"reviewed_date": null,
"amended_by_user_id": null,
"amended_date": null,
"_permissions": {
"action.lock": true,
"action.view": true
},
"allowed_user_ids": [],
"attachment_reference_ids": []
}
]
}
Was this page helpful?