public interface DocumentApi
Modifier and Type | Method and Description |
---|---|
InputStream |
getDocumentContent(String path)
Retrieve the content of a document.
|
DocumentEvents |
getDocumentEvents(String organisation,
String partId,
ZonedDateTime from,
ZonedDateTime to,
int offset,
int maxResults)
Henter hendelser knyttet til tidligere sendte brev.
|
DocumentStatus |
getDocumentStatus(Link linkToDocumentStatus)
Henter status på dokumeter som tidligere blitt sendt i Digipost, både via digital og print-kanal.
|
DocumentStatus |
getDocumentStatus(SenderId senderId,
UUID uuid)
Henter status på dokumeter som tidligere blitt sendt i Digipost, både via digital og print-kanal.
|
DocumentStatus getDocumentStatus(SenderId senderId, UUID uuid)
DocumentStatus getDocumentStatus(Link linkToDocumentStatus)
InputStream getDocumentContent(String path)
path
- the path to the document resourceDocumentEvents getDocumentEvents(String organisation, String partId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults)
organisation
- OrganisasjonsnummerpartId
- Frivillig organisasjons-enhet, kan være null
Copyright © 2019 Digipost. All rights reserved.