Iqualify
Iqualify is an online learning platform for creating, delivering, and managing digital courses and training.
- Base URL:
https://api.iqualify.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get— GET / — List supported endpoints URLsget_course_mappings— GET /course-mappings — Find course mappingsget_course_mappings_externalcourse_externalcours— GET /course-mappings/externalcourse/{externalCourseId} — Find course mappings by externalCourseIdget_course_mappings_offeringid— GET /course-mappings/{offeringId} — Find course mappings by offeringIdget_courses— GET /courses — Find coursesget_courses_contentid— GET /courses/{contentId} — Find course by contentId
Inputs
apiKey— your iqualify API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get, get_course_mappings, get_course_mappings_externalcourse_externalcours, get_course_mappings_offeringid, get_courses, get_courses_contentid |
contentId |
string | no | — | Path parameter contentId (required by some operations). |
externalCourseId |
string | no | — | Path parameter externalCourseId (required by some operations). |
offeringId |
string | no | — | Path parameter offeringId (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |