List applicants
GET /api/chamber_of_deputies/applicant/
Returns a list of all applicants. An applicant is the person or entity that submitted a CEAP reimbursement claim. This is typically a congressperson, but can also be the leadership of a political party or a government bloc.
Each applicant is identified by a unique applicant_id, which you can use to filter reimbursements.
Case-insensitive
LIKE filter applied to congressperson_name. Returns all applicants whose name contains the given string.Total number of applicants matching the query.
URL of the next page of results, or
null if this is the last page.URL of the previous page of results, or
null if this is the first page.Array of applicant objects.
Examples
List all applicants
Search by name
Search for party leadership
Example response
