Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Representatives API Endpoints

BeeXiong edited this page Jul 13, 2021 · 5 revisions

EndPoints

Representatives

{
        "name": "",
        "title": "",
        "city": "",
        "state":"",
        "mail":"",
        "twitter":"",
        "facebook":"",
        "contactPage": "",
        "photoUrl":"",
}
  • Example Implementation:

Campaigns - Deprecated refer to Campaign Endpoint

{ 
       "id": 1, 
       "organization": "M4BL", 
       "name": "The Breath Act", 
       "cause": "Civic Rights", 
       "type": "Grant", 
       "page_url": "www.thebreatheact.org", 
       "letters_sent": 0}
};

  • Example Implementation:
Clone this wiki locally