GET bbapi/lejer/HentDokumenter?lejerStreng={lejerStreng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lejerStreng | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DokumenterResponseName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
Message | string |
None. |
|
data | Data10 |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "dokumenter": [ { "noteType": 1, "noteId": "sample string 2", "noteTypeTekst": "sample string 3", "bemærkning": "sample string 4", "dato": "2025-07-04T17:44:45.0686855+02:00", "mimeType": "sample string 6" }, { "noteType": 1, "noteId": "sample string 2", "noteTypeTekst": "sample string 3", "bemærkning": "sample string 4", "dato": "2025-07-04T17:44:45.0686855+02:00", "mimeType": "sample string 6" } ] } }
application/xml, text/xml
Sample:
<DokumenterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.Domea.Dk.Models.BBAPI"> <Message>sample string 2</Message> <Status>sample string 1</Status> <data> <Dokumenter> <Dokumenter> <Bemærkning>sample string 4</Bemærkning> <Dato>2025-07-04T17:44:45.0686855+02:00</Dato> <MimeType>sample string 6</MimeType> <NoteId>sample string 2</NoteId> <NoteType>1</NoteType> <NoteTypeTekst>sample string 3</NoteTypeTekst> </Dokumenter> <Dokumenter> <Bemærkning>sample string 4</Bemærkning> <Dato>2025-07-04T17:44:45.0686855+02:00</Dato> <MimeType>sample string 6</MimeType> <NoteId>sample string 2</NoteId> <NoteType>1</NoteType> <NoteTypeTekst>sample string 3</NoteTypeTekst> </Dokumenter> </Dokumenter> </data> </DokumenterResponse>