GET /api/integration/sak/{id}/tilleggsdata
Fetches complementary data on a given case
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
id | path | true | integer |
Responses
Code | Returns | Type |
---|---|---|
200 | Success | Acos.WebSak.Pluss.Services.Integration.Models.TilleggsDataSett |
401 | Unauthorized - Missing or invalid access token | |
403 | Forbidden - Provided access token does not permit usage of this API or data |
{
"revisjonId":"integer",
"tilleggsData":"object"
}