Skip to main content

Student Medical Consents

GET 

/students/:communityId/medical/consents

Fetches a student's relevant medical consent information such as the consent type, whom it is given by, the given date, the expiry date, and the modified date.

For a list of all consent types, go to Lookup - Consent Type.

Request

Path Parameters

    communityId uuidrequired

    The unique identifier of the community member.

Responses

Schema
    code stringrequired

    Status Code

    data object[]
  • Array [
  • id uuidrequired
    consentType objectrequired
    id uuidrequired
    description stringrequired
    code stringrequired
    consentGivenById stringnullablerequired
    consentGivenByName stringnullablerequired
    isConsentGiven booleanrequired
    comment stringnullablerequired
    consentGivenDate datenullablerequired
    consentExpiryDate datenullablerequired
    modifiedDate date-timenullablerequired
  • ]
Loading...