Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
django-representatives
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Political Memory
  • django-representatives
  • Issues
  • #25

Closed
Open
Opened May 24, 2016 by okhin@okhin🚴
  • Report abuse
Report abuse

Use parameters in query to get specific meps from the API

Created by: okhin

It would be very nice if we could be able to retrieve all representatives matching some criteria.

Especially I'd like to be able to run this kind of queries:

  • All meps member of the group S&R
  • All meps member of the group S&R or in the LIBE comittee
  • All meps member of the group S&R before the 2014/07/01
  • All meps member of the LIBE committee with a score above 10 on a specific dossier

The result should be in json, listing all the representatives, in the same format they're currently listed here https://master-memopol.rhcloud.com/api/representatives/

Ideally, all of them shoudl be GET requests and those query parameters should be part of teh query parameters.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: memopol/django-representatives#25