action sinao_app_attachments_get { label: "Get attachment by id" description: "" provider: sinao method: GET path: "/apps/{appId}/attachments/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }