REST API: Courses by Instructor(s)
-
Greetings,
I’m trying to use the REST API to pull the JSON for courses by a specific instructor in a category. I’ve got the categories sorted but can’t seem to discover the way to limit by instructors. These do not work (they ignore the instructor ID):
/wp-json/wp/v2/courses?course-category=509&course-instructor=4
/wp-json/wp/v2/courses?course-category=509&course-instructors=4
/wp-json/wp/v2/courses?course-category=509&instructors=4Thanks,
Russ
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘REST API: Courses by Instructor(s)’ is closed to new replies.