Go to Google Groups Home    Amee Developer
Re: [amee-developer] Dump Database

James Smith <ja...@amee.cc>

Hi Jer,

2009/2/19 Jer <lane...@gmail.com>:

> Just wondering is there some way to do a database dump on the amee
> staging database I have been given. I am doing a college project based
> on the calculations AMEE performs and it would be really handy to know
> what fields amee stores for each profile.

A database dump wouldn't really help, I'm afraid! The best way to find
what data we store is to explore the web interface (you were sent a
link with your key). We don't necessarily store all data for every
profile, just what the API client puts in. As for how AMEE performs
its calculations, the wiki (http://wiki.amee.com) has information on
all that side of things.

Alternatively, if you mean you want to fetch all data for an existing
profile, you can use our recursive GET call to fetch all data within a
profile in one go. See
http://my.amee.com/developers/wiki/AmeeProfileApi/BatchGet for
details.

cheers,
James Smith