Get education for the existing provider

Returns the education for a specific provider.

Request
path Parameters
providerId
required
string <uuid>
id
required
string <uuid>
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/info/educations/{id}
Response samples
application/json
{
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "ecfmgNumber": "string",
  • "ecfmgIssueDate": "2019-08-24T14:15:22Z",
  • "graduateType": "Undergraduate",
  • "schoolName": "string",
  • "schoolCode": "string",
  • "branchCode": "string",
  • "startDate": "2019-08-24T14:15:22Z",
  • "endDate": "2019-08-24T14:15:22Z",
  • "completed": true,
  • "degree": "string"
}