ListAuthorizedInstructors
GET /tp-api/instructor-led-courses/:courseId/authorized-instructors
Retrieve a list of authorized instructors for a given instructor-led course.
Path Parameters
- courseId string required
Header Parameters
- training-provider-id string required
Responses
- 200
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id string required
- firstname string required
- lastname string required
- ]
[
{
"id": "string",
"firstname": "string",
"lastname": "string"
}
]
Loading...