Interface CandidatesApi

All Known Implementing Classes:
ExportCandidatesController

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T07:58:31.006541195Z[Etc/UTC]") @Validated public interface CandidatesApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<List<ExportCandidateDto>>
    getCandidates(UUID projectId)
    GET /api/mia/project/{projectId}/candidates : getCandidates
  • Method Details

    • getCandidates

      @RequestMapping(method=GET, value="/api/mia/project/{projectId}/candidates", produces="application/json") org.springframework.http.ResponseEntity<List<ExportCandidateDto>> getCandidates(@PathVariable("projectId") UUID projectId)
      GET /api/mia/project/{projectId}/candidates : getCandidates
      Parameters:
      projectId - projectId (required)
      Returns:
      OK (status code 200) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)