get https://api.betatest.degreed.com/api/v2/users//pathways//resources
This endpoint retrieves all resources for a specific user and a specific pathway. You can retrieve the resources by specifying the User ID as a path parameter and the Pathway ID as a path parameter. For example, https://api.betatest.degreed.com/api/v2/users/<user_id>/pathways<pathway_id>/resources?
Required Scope
users:read
, users:write
Pagination
The API takes a snapshot of the paginated set of resources at the time of the first request. Paging through resources goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.