Index | Method | Parameters | Response Type | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | getOrganizationToken |
|
String | Gets a token for calling other methods. This is the same as getUserToken on the AuthenticationService. | ||||
2 | getCustomerToken |
|
String | Get a token specifically for a customer. This is used to query events only for that customer. | ||||
3 | createCustomer |
|
CustomerInfo | Create a customer in the organization. | ||||
4 | getCustomerEvents |
|
ArrayOfEventInfo | Get events for a specific customer. | ||||
5 | getCustomerInfo |
|
CustomerInfo | Get the details of a customer. |
Name | Type | Required | Description |
---|---|---|---|
user |
String
|
Y | |
password |
String
|
Y |
Name | Type | Required | Description |
---|---|---|---|
GetOrganizationTokenResult |
String
|
Y |
Name | Type | Required | Description |
---|---|---|---|
organizationToken |
String
|
Y | |
customerEmail |
String
|
Y | |
customerPassword |
String
|
Y |
Name | Type | Required | Description |
---|---|---|---|
GetCustomerTokenResult |
String
|
Y |
Name | Type | Required | Description |
---|---|---|---|
organizationToken |
String
|
Y | |
customerName |
String
|
Y | |
customerEmail |
String
|
Y | |
customerPassword |
String
|
Y |
Name | Type | Required | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CreateCustomerResult |
CustomerInfo
|
Y |
Name | Type | Required | Description |
---|---|---|---|
organizationToken |
String
|
Y | |
customerToken |
String
|
Y |
Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetCustomerEventsResult |
ArrayOfEventInfo
|
Y |
Name | Type | Required | Description |
---|---|---|---|
organizationToken |
String
|
Y | |
customerEmail |
String
|
Y |
Name | Type | Required | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetCustomerInfoResult |
CustomerInfo
|
Y |