/courses/{course}/contacts?type={contact_type}

Collection/Resource/Sub-Collection?Query

Return a modified collection based on the query parameter's value.

This will return all the contacts of the given course that are of contact type X.

On each newly added query parameter, evaluate if it should be structured as a sub-collection in the URI.

Last updated