Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

Record Link in List Resources #234

Open cmgrulke opened 3 years ago

cmgrulke commented 3 years ago

As a user I want to have a link to the records associated with a list in the list resources So that I don't have to construct a filter url request myself to see those resources

GET https://api.chemreg.epa.gov/lists/{id}

Acceptance Criteria:

  1. In the relationship links for a list, there is a link for "records" that when used provides the user with a paginated listing of all records associated with that list.