API Docs : Company IDs Table

How To Read From Company IDs

You can use any of the columns listed below when communicating with our database:

Javascript Get Request Example

				
					const axios = require('axios');

axios
    .get('https://3f8ni4ce9j.execute-api.eu-central-1.amazonaws.com/rubbish-tracker/api/table/company?venue=Example&key=recKGDfugvV46BxpH'
)
  .then(res => {
    console.log(res.data.Retrieved);
  })
  .catch(error => {
    console.error(error);
  });
				
			

Get Request ‘curl’ Example

				
					curl https://3f8ni4ce9j.execute-api.eu-central-1.amazonaws.com/rubbish-tracker/api/table/company?venue=Example"&"key=recKgh89gvV7wBxpH
				
			
How To Write To Company IDs

You can use any of the columns listed below when communicating with our database:

Javascript Post Request Example

				
					
				
			

Javascript Post Response Data Example