| POST | /connections |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| LoginCommand | body | string | No | |
| LogoutCommand | body | string | No | |
| Password | body | string | No | |
| SaveCommand | body | string | No | |
| UserName | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Connections | form | IEnumerable<IConnectorConnection> | No | |
| IsAuthenticated | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ConnectorId | form | Guid | No | |
| Description | form | string | No | |
| Id | form | string | No | |
| MaxConnections | form | int | No | |
| Name | form | string | No | |
| Permissions | form | ReadOnlyCollection<IConnectionPermission> | No | |
| PropertyDescriptions | form | ReadOnlyCollection<IConnectionPropertyDescription> | No | |
| SetupUser | form | IUser | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Allow | form | bool | No | |
| Connection | form | IConnectorConnection | No | |
| Type | form | PermissionType | No |
| Group | |
| User |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| Name | form | string | No | |
| PropertyId | form | Guid | No | |
| PropertyType | form | PropertyType | No |
| Name | Value | |
|---|---|---|
| Binary | 1 | |
| Boolean | 2 | |
| ConnectionString | 3 | |
| Credential | 4 | |
| Integer | 5 | |
| Picklist | 6 | |
| String | 7 | |
| OAuth2 | 8 | |
| Certificate | 9 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Groups | form | ReadOnlyCollection<IUserGroup> | No | |
| EmailAddress | form | string | No | |
| HasPassword | form | bool | No | |
| HomeFolder | form | string | No | |
| Password | form | string | No | |
| SbcUser | form | bool? | No | |
| Language | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Users | form | ReadOnlyCollection<IUser> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /connections HTTP/1.1
Host: dmsshow.kyocerasolutions.cz
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
LoginCommand: String,
LogoutCommand: String,
Password: String,
SaveCommand: String,
UserName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
IsAuthenticated: False
}