GET studyenrollments

GET/studyenrollments
AuthorizationBearer <token>

Paste your JWT token here

In: header

Query Parameters

MemberId?string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/studyenrollments"
[
  {
    "id": 0,
    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
    "memberName": "string",
    "studyId": 0,
    "studyTitle": "string",
    "studyType": "Bachelor",
    "enrollmentDate": "2019-08-24T14:15:22Z",
    "completionDate": "2019-08-24T14:15:22Z",
    "status": "Enrolled"
  }
]
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}