get https://api.productboard.com/feature-release-assignments
Returns list of feature release assignments based on query parameters. These parameters can be used to get features in release or releases for feature. Only "assigned" (existing) feature release assignments are returned i.e. every returned feature release assignment has assigned parameter set to true.
This API is paginated, only the first 100 items are returned by default. The client should then recursively follow links.next
link in the response to fetch the next page.