-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
Emil Abraham edited this page Mar 11, 2019
·
10 revisions
user_email
user_password
-
message
- "Authorized" if successful -
token
- The JWT token that will be used as bearer token for all other functions
A simple function to return the authorized user's information to test authentication token
A simple function to return all users and their information from the database
-
user_id
- user id -
user_email
- user's email -
user_password
- user's password (development purposes) -
org_id
- User's organization id -
first_name
- User's first name -
last_name
- User's last name -
create_time
- User's time created
A simple function that returns an authorized user's generators (currently logged in user)
-
gen_id
- generator's id -
org_id
- generator's organization id -
gen_name
- generator's name -
zip
- generator's zip code
A simple function that returns a generator's basic information
-
gen_name
- generator's name -
state
- generator's state location -
zip
- generator's zip code
Wraps the OpenTSDB /api/query functionality.
Follow the API requirements on this page to change form queries and expect responses.
user_email
user_password
organization_id
first_name
last_name
-
message
- "Created User" if successful -
user_id
- Newly created user's id