Get courses by collectionAsk AIget https://api.safetyculture.io/training/collections/v1/{course_collection_id}/coursesRetrieves all courses in a collection.Path Paramscourse_collection_idstringrequiredID of the collectionQuery Paramspage_sizeint32[Optional] The number of items to return. Defaults to 25. You can specify a value between 1 to 1000.pageint32[Optional] The current page number. Default to 1. Must be at least 1.courseware_version_typeint32Version type of the courses (1 = Published, 2 = Latest)include_draftbooleanInclude draft coursestruefalseResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago