GET /api/integration/sak/{id}/klassering
Fetches classification 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.Klassering[] |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |
[{
"id":"integer",
"ordnPrinsipp":"string",
"ordnVerdi":"string",
"beskrivelse":"string",
"sortOrder":"integer"
}]