Get Concourse Course IDs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | getCourseIDs(
keyword = NULL,
keyword_mode = NULL,
title = NULL,
prefix = NULL,
number = NULL,
campus_id = NULL,
school_id = NULL,
department_id = NULL,
instructor = NULL,
session = NULL,
year = NULL,
timeframe = NULL,
delivery = NULL,
credits = NULL,
template = NULL,
audit_status = NULL,
server = "sandbox",
...
)
|
keyword |
String of keyword |
keyword_mode |
Options are "any" or "all" |
title |
String of title |
prefix |
String of course prefix |
number |
String of course number/code |
campus_id |
String of campus ID |
school_id |
String of college/school ID |
department_id |
String of department ID |
instructor |
String of instructor name |
session |
String of session |
year |
String of year |
timeframe |
Options are "past", "past_current", "current", "current_future", or "future" |
delivery |
String of delivery |
credits |
String of the number of course credits |
template |
Options are "templates" or "non" |
audit_status |
One of "0", "1", "2", "3", or "4". 1 means In Progress, 2 means Reviewed, 3 means Modified Since Review, and 4 means Submitted For Review. |
server |
Options are "sandbox", "production", or a provided URL |
... |
Optional info for callConcourse |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.