Download OpenAPI specification:Download
Documentation of the Open-Xchange REST API.
context-group required | string Default: "default" The context group identifying the global DB where the feedback is stored. |
type required | string Default: "star-rating-v1" The feedback type to send. |
start | integer <int64> Start time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given after this time is sent. If not set, all feedback up to -e is sent. |
end | integer <int64> End time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given before this time is sent. If not set, all feedback since -s is sent. |
"string"
context-group required | string Default: "default" The context group identifying the global DB where the feedback is stored. |
type required | string Default: "star-rating-v1" The feedback type to send. |
start | integer <int64> Start time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given after this time is sent. If not set, all feedback up to -e is sent. |
end | integer <int64> End time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given before this time is sent. If not set, all feedback since -s is sent. |
delimiter | string The column delimiter used. Default: ';' |
context-group required | string The context group identifying the global DB where the feedback is stored. |
type required | string The feedback type to delete. |
start | integer <int64> Start time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given after this time is deleted. If not set, all feedback up to -e is deleted. |
end | integer <int64> End time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given before this time is deleted. If not set, all feedback since -s is deleted. |
"string"
context-group required | string Default: "default" The context group identifying the global DB where the feedback is stored. |
type required | string Default: "star-rating-v1" The feedback type to send. |
start | integer <int64> Start time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given after this time is sent. If not set, all feedback up to -e is sent. |
end | integer <int64> End time in milliseconds since 1970-01-01 00:00:00 UTC. Only feedback given before this time is sent. If not set, all feedback since -s is sent. |
JSONObject with fields "subject" for custom mail subject, "body" for custom mail body, boolean "compress" to compress the mail attachment and "recipients" (an JSON Array containing address, display name and PGP key (if available) for every recipient).
"string"
name required | string The user's login name |
contextId required | integer <int64> The context id |
JSONObject describing the advertisement configuration
"string"
reseller required | string The reseller name |
package required | string The package name |
JSONObject describing the advertisement configuration
"string"
contextId required | integer <int64> The context id |
userId required | integer <int64> The user id |
JSONObject describing the advertisement configuration
"string"
global | boolean Close sessions cluster-wide. Default: true |
A JSON object containing an array of context ids.
contextIds | Array of integers[ items ] Array of context IDs |
{- "contextIds": [
- 0
]
}
{- "closed": [
- "string"
]
}
global | boolean Close sessions cluster-wide. Default: true |
A JSON object containing an array of session ids.
sessionIds | Array of strings Array of session IDs |
{- "sessionIds": [
- "string"
]
}
global | boolean Close sessions cluster-wide. Default: true |
A JSON object containing an array of user and context id tuples.
Array of objects (ContextUserTuple) [ items ] Array of context/user id tuples |
{- "users": [
- {
- "contextId": 0,
- "userId": 0
}
]
}
context-id required | integer <int32> The context the user is in |
user-id required | integer <int32> The ID representing the user |
[- {
- "id": "string",
- "name": "string",
- "providerName": "string",
- "enabled": true,
- "backup": true
}
]
context-id required | integer <int32> The context the user is in |
user-id required | integer <int32> The ID representing the user |
limit | integer <int32> Limits the output to a specific number of entries. |
sort | string Comma sperated list of fields to sort the output for. Field names that begin with "-" will be sorted descending else the fields get sorted ascending. Valid fields are 'date' and 'client_id'. |
[- {
- "date": 0,
- "client_id": "string",
- "client_address": "string",
- "client_name": "string"
}
]
context-id required | integer <int32> The context the user is in |
user-id required | integer <int32> The ID representing the user |
provider-name required | string The name of the provider to delete the device for |
device-id required | string The ID of the device to delete |
{- "status": "UP",
- "checks": [
- {
- "name": "string",
- "status": "UP",
- "data": { }
}
], - "service": {
- "name": "string",
- "version": "string",
- "buildDate": "string",
- "date": "string",
- "timeZone": "string",
- "locale": "string",
- "charset": "string"
}, - "blacklist": [
- "string"
], - "ignorelist": [
- "string"
]
}