Skip to content

GitLab

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

Closed
Open
Opened May 24, 2016 by okhin@okhin🚴Contributor

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
Reference: memopol/django-representatives#25