© 2026 Hedgehog Software, LLC
client.GesuchApis.exportGesuch({ path: { id: gesuchId } })
HttpApiEndpoint.get('exportGesuch')`/${HttpApiSchema.param( 'id', GesuchId )}/export/sorted` .addSuccess( Schema.Uint8ArrayFromSelf.pipe( HttpApiSchema.withEncoding({ kind: 'Uint8Array', contentType: 'application/pdf', }) ) ) .addError(HttpNotFoundError)