/
/Case Service API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15m ago · Updated 10mo ago
case-endpoint8
  • getfindCasesInCaseGroup
  • getfindCaseByIac
  • getfindCasesByPartyId
  • getfindCasesBySampleUnitIds
  • getfindCasesBySurveyId
  • getfindCaseById
  • getfindCaseEventsByCaseId
  • postcreateCaseEvent
case-group-endpoint7
  • getfindCaseGroupsByPartyId
  • getget RU details by party_id and survey_id with query limit
  • getfindTransitionsByCollectionExerciseIdAndRuRef
  • getfindCaseGroupById
  • getfindCaseGroupsByCollectionExerciseId
  • getfindCaseGroupsByCollectionExerciseId
  • deletedeleteCasesByCollectionExerciseId
case-iac-endpoint2
  • getgetIACCodes
  • postgenerateIACCode
category-endpoint1
  • getfindCategories
info2
  • getReturns health information about the service.
  • getReturns basic information about the service.
    info

    Returns health information about the service.

    Returns whether the service is up or not. An in-built Spring endpoint.

    get/health

    Response

    A JSON indicating whether the service is up or not.

    statusstring

    Example response

    {
      "status": "UP"
    }