GET bbapi/afdeling/HentAfdelingDokumenter?afdelingNr={afdelingNr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| afdelingNr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DokumenterResponse| Name | 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": "2026-02-04T05:10:12.2524786+01:00",
"mimeType": "sample string 6"
},
{
"noteType": 1,
"noteId": "sample string 2",
"noteTypeTekst": "sample string 3",
"bemærkning": "sample string 4",
"dato": "2026-02-04T05:10:12.2524786+01: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>2026-02-04T05:10:12.2524786+01: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>2026-02-04T05:10:12.2524786+01:00</Dato>
<MimeType>sample string 6</MimeType>
<NoteId>sample string 2</NoteId>
<NoteType>1</NoteType>
<NoteTypeTekst>sample string 3</NoteTypeTekst>
</Dokumenter>
</Dokumenter>
</data>
</DokumenterResponse>