Loading...
Export a RAS Certificate.
ID of the Certificate to be exported
Success
const response = await fetch('/api/Certificates/{id}/Export', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }