Pathfinder and Delius
The pathfinder integration service provides APIs for the client to retrieve the required data.
APIs are available to enable read-only access to the following data:
- Convictions
- Court appearances
- Details related to a person on probation
- Probation area
The API also supports the following tasks:
- Management of roles
Business need
This integration service is used to gather the required Delius data via the APIs.
Data dependencies
This service provides read-only access to data stored in Delius for a Person on Probation, their Convictions and Court appearances.
Context Map
API Access Control
API endpoints are secured by roles supplied by the HMPPS Auth client used in the requests
API Endpoint | Required Role |
---|---|
/convictions/{value} | PROBATION_API__PATHFINDER__CASE_DETAIL |
/court-appearances | PROBATION_API__PATHFINDER__CASE_DETAIL |
/detail/{value} | PROBATION_API__PATHFINDER__CASE_DETAIL |
/probation-areas | PROBATION_API__PATHFINDER__CASE_DETAIL |
/users/{username}/roles/{roleName} | PROBATION_API__PATHFINDER__USER_ROLES__RW |