GET /api/integration/journalpost/{id}/full
Fetches a document given its id with more advanced information.
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| id | path | true | integer |
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | Success | Acos.WebSak.Pluss.Services.Integration.Models.Journalpost |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
{
"id":"integer",
"visningId":"string",
"sakId":"integer",
"sakVisningId":"string",
"tittel1":"string",
"tittel2":"string"
}