Download OpenAPI specification:Download
Documentation of the Open-Xchange REST API.
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. |
Info message when successfull.
Bad request, response contains error message.
Not authorized
Not found, if path is wrong (unknown context group or feedback type). Response contains error message.
Internal server error that might have multiple reasons, for instance no configured global database. Response contains error message.
"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: ';' |
Export data into a CSV file
Bad request, response contains error message.
Not authorized
Not found, if path is wrong (unknown context group or feedback type). Response contains error message.
Internal server error that might have multiple reasons, for instance no configured global database. Response contains error message.
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. |
A JSON array containing the stored user feedbacks.
Bad request, response contains error message.
Not authorized
Not found, if path is wrong (unknown context group or feedback type). Response contains error message.
Internal server error that might have multiple reasons, for instance no configured global database. Response contains error message.
"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).
Info message about sent status
Bad request, response contains error message.
Not authorized
Not found, if path is wrong (unknown context group or feedback type). Response contains error message.
Internal server error that might have multiple reasons, for instance no configured global database. Response contains error message.
"string"
name required | string The user's login name |
contextId required | integer <int64> The context id |
JSONObject describing the advertisement configuration
The configuration result
Bad request, response contains error message.
Not authorized
"string"
name required | string The user's login name |
contextId required | integer <int64> The context id |
The configuration result
Bad request, response contains error message.
Not authorized
reseller required | string The reseller name |
package required | string The package name |
JSONObject describing the advertisement configuration
The configuration result
Bad request, response contains error message.
Not authorized
"string"
reseller required | string The reseller name |
package required | string The package name |
The configuration result
Bad request, response contains error message.
Not authorized
reseller required | string The reseller's name |
JSONObject describing the advertisement configuration
The configuration result
Bad request, response contains error message.
Not authorized
"string"
contextId required | integer <int64> The context id |
userId required | integer <int64> The user id |
JSONObject describing the advertisement configuration
The configuration result
Bad request, response contains error message.
Not authorized
"string"
contextId required | integer <int64> The context id |
userId required | integer <int64> The user id |
The configuration result
Bad request, response contains error message.
Not authorized
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'. |
An array of password change entries.
Bad request, response contains error message.
Not authorized
Not found. If path is wrong. Response contains error message.
Internal server error that might have multiple reasons, for instance no configured global database. Response contains error message.
[- {
- "date": 0,
- "client_id": "string",
- "client_address": "string",
- "client_name": "string"
}
]
A JSON object containing health data
Not authorized
In case of "DOWN"-result or internal server error that might have multiple reasons. Response contains error message.
{- "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"
]
}