Get planning unit list for programId and versionId
GET/api/planningUnit/programId/:programId/versionId/:versionId
API used to get the planning unit list for specific programId and versionId.
Request
Responses
- 200
- 403
- 404
- 500
Returns the planning unit list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the programId or versionId specified does not exist
Internal error that prevented the retreival of planning unit list