Documentation
Endpoints
Environment | URL |
---|---|
Production | |
Acceptance | |
Test |
Authorization
The following roles have access to this web service:
Role |
---|
Distributor |
ELO |
Operation overview
createKey
deleteKey
getKey
login
Operations
login
Description
Authorization
The following roles have access to this operation:
Role |
---|
Distributor |
ELO |
Authentication
Name | Type | Cardinality | ||
---|---|---|---|---|
loginHeader | loginHeader | 1...1 | ||
Source
|
Request
Empty request
Response
Name | Type | Cardinality |
---|---|---|
sessionID | string64 | 1...1 |
Error codes
Error code | Description |
---|---|
2 | Authentication error |
...
createKey
Description
Authorization
The following roles have access to this operation:
Role |
---|
Distributor |
ELO |
Authentication
Name | Cardinality | |||
---|---|---|---|---|
You have a CHOICE of the next 2 items at this level Name Type Cardinality loginheaderloginHeader1...1sessionIDHeadersessionIDHeader1...1 | 1...1 | |||
Source
|
Request
Name | Type | Cardinality | ||
---|---|---|---|---|
profileID | profileID | 1...1 | ||
userID | string256 | 1...1 | ||
Source
|
Response
Empty response
Error codes
Error code | Description |
---|---|
6 | Missing required fields: userID or eckID |
4426 | ProfileID is already prematched |
4428 | Not authorized to prematch this profileID |
7766 | userID is already prematched |
...
deleteKey
Description
Authorization
The following roles have access to this operation:
Role |
---|
Distributor |
ELO |
Authentication
Name | Cardinality | |||
---|---|---|---|---|
You have a CHOICE of the next 2 items at this level Name Type Cardinality loginheaderloginHeader1...1sessionIDHeadersessionIDHeader1...1 | 1...1 | |||
Source
|
Request
Name | Type | Cardinality | ||
---|---|---|---|---|
userID | string256 | 1...1 | ||
Source
|
Response
Empty response
Error codes
Error code | Description |
---|---|
6 | Missing required fields: userID |
7748 | Not authorized to delete this prematch |
...
getKey
Description
Authorization
The following roles have access to this operation:
Role |
---|
Distributor |
ELO |
Authentication
Name | Cardinality | |||
---|---|---|---|---|
You have a CHOICE of the next 2 items at this level Name Type Cardinality loginheaderloginHeader1...1sessionIDHeadersessionIDHeader1...1 | 1...1 | |||
Source
|
Request
Name | Cardinality | |||
---|---|---|---|---|
You have a CHOICE of the next 3 items at this level Name Type Cardinality profileIDprofileID0...1distributorPersonIDstring2560...1userIDstring2560...1 | 1...1 | |||
Source
|
Response
Name | Type | Cardinality |
---|---|---|
key | key | 0...n |
Error codes
Error code | Description |
---|---|
6 | Missing required fields: profileID, distributorPersonID or userID |
...
Errors
General errors
Error code | Description |
---|---|
0 | Unkown error |
1 | General error This occurs in for example: database errors or internal server errors. |
2 | Authentication error For instance when invalid credentials are provided. |
12 | Session expired The session has expired, a new session must be aquired by the login operation. |
Specific errors
Specific errors are bound to the given input or request and depend on the operation you execute.
Error code | Description |
---|---|
0006 | Missing required fields |
4426 | ProfileID is already prematched |
4428 | Not authorized to prematch this profileID |
5287 | Portal not found with realm from userID |
7747 | Prematch with this userID does not exist |
7748 | Not authorized to delete this prematch |
7766 | UserID is already prematched |
...
Complex types
loginHeader
Name | Type | Cardinality | Description | ||
---|---|---|---|---|---|
username | string100 | 0...1 | |||
password | string64 | 0...1 | |||
Source
|
sessionIDHeader
Name | Type | Cardinality | Description | ||
---|---|---|---|---|---|
sessionID | string64 | 1...1 | Unique token which can be acquired by executing the login operation. | ||
Source
|
key
Name | Type | Cardinality | Description | ||
---|---|---|---|---|---|
profileID | profileID | 1...1 | Unique identifier generated by Edu-iX. | ||
distributorPersonID | string256 | 0...1 | Unique identifier of the person provided by the Distributor. | ||
userID | string256 | 0...1 | Unique identifier of the person provided by the ELO. | ||
Source
|
...
Simple types
Name | Type | Possible values / format | Description |
---|---|---|---|
string64 | String | Max length: 64 characters | String limited by a number of maximum allowed characters. |
string100 | String | Max length: 100 characters | String limited by a number of maximum allowed characters. |
string256 | String | Max length: 256 characters | String limited by a number of maximum allowed characters. |
profileID | Integer | A profile ID is an positive integer number with maximum 10 characters. |
...