action sinao_app_attachments_list { label: "List attachments" description: "Get list of attachments" provider: sinao method: GET path: "/apps/{appId}/attachments" encoding: json output: { type: "array" items: { type: "object" properties: { attachable_id: { type: "string" } attachable_type: { type: "string" } file_url: { type: "string" } id: { type: "integer" } name: { type: "string" } } } } }