This documentation describes the GlassFrog v2 API. That API is now superseded by the v3 API, which is described here. The v2 API is deprecated and will eventually go away.
All URLs start with https://api.glassfrog.com/api
. SSL only. The full request path is formed by appending the method path to this address.
An organizational API key is required for all requests. To include an API key in a request, append it to the URL as a parameter.
https://api.glassfrog.com/api/v2/person.xml?api_key=123456789
- API paths start with /api/v2/
- Role information now includes:
- Term expiration dates for elected roles
- Role purposes
- Scopes
- Accountability IDs for structural roles (e.g. Lead Link)
- Person information no longer includes login (now obsolete)
- Can now return all roles in a circle, including supporting sub-circle IDs
Please tell us how we can make the API better. If you have a specific feature request or if you found a bug, please email [email protected].