action digitallocker_get_file_from_uri_id { label: "Get File from URI" description: "Returns a file from URI. This API can be used to fetch both issued document and uploaded document." provider: digitallocker method: GET path: "/oauth2/1/file/{uri}" encoding: json input: { type: "object" properties: { uri: { type: "string" } } required: ["uri"] additionalProperties: false } output: { type: "object" additionalProperties: true } }