action digitallocker_get_certificate_data_in_xml_format_from_uri_id { label: "Get Certificate Data in XML Format from URI" description: "Returns the certificate data in machine readable XML format for a URI. This API can be used to only for issued documents. The XML data may not be available for all documents. If the XML data is available for a particular document, the mime parameter in Get List of Issued Documents API will contain application/xml. Please refer to Digital Locker XML Certificate Formats for more details of XML formats of various documents." provider: digitallocker method: GET path: "/oauth2/1/xml/{uri}" encoding: json input: { type: "object" properties: { uri: { type: "string" } } required: ["uri"] additionalProperties: false } output: { type: "object" additionalProperties: true } }