connections
Application
Stores application specific information needed for the request tag.
attribute
type
description
client
String
the name of your application
client_version
String
the version of your application
namespace
String
the namespace of your API key (usually default)
key
String
your API key
Auth
Stores authentication specific information needed for the auth tag.
attribute
type
description
company
String
the company ID for login
username
String
the user ID for login
password
String
the password for login
auth
Returns an ElementTree object.
Supports
tostring()
andprettify()
.
RemoteAuth
Stores authentication specific information needed for the remote auth tag.
attribute
type
description
company
String
the company ID for login
username
String
the user ID for login
password
String
the password for login
remoteauth
Returns an ElementTree object.
Supports
tostring()
andprettify()
.
Whoami
The Whoami command returns information about the currently authenticated user. It is the equivalent of using the Read command for User.
attribute
type
description
datatype
Datatype | Auth
a datatype.Datatpe or connections.Auth object
whoami
Returns an ElementTree object.
Supports
tostring()
andprettify()
.
Request
The Request command returns a complete API request object in the correct format.
attribute
type
description
application
Datatype
a connections.Application object
credentials
Datatype
a connections.Auth object
xml_data
List
a list of ElementTree objects
request
Returns an ElementTree object.
Supports
tostring()
andprettify()
.
Error
The Error command reads an error code and returns information about it.
attribute
type
description
application
Datatype
a connections.Application object
code
String
an API error code
error
Returns an ElementTree object.
Supports
tostring()
andprettify()
.
Last updated