Skip to main content
GET
/
resource
/
Instructor
Listar Instructores
curl --request GET \
  --url https://cucuniversity.edtools.co/api/resource/Instructor \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Query Parameters

fields
string[]
required

Example:
[
"name",
"instructor_name",
"employee",
"department",
"status"
]
limit_page_length
integer<int32>
required

Example:

50

Response

200

Respuesta exitosa del servidor.