Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.

GET /wopi/ecosystem
The CheckEcosystem operation is similar to the the CheckFileInfo operation, but does not require a file or container ID.
Query Parameters
- access_token (string) – An access token that the host will use to determine whether the request is authorized.
Status Codes
200 OK – Success
401 Unauthorized – Invalid access token
404 Not Found – Resource not found/user unauthorized
500 Internal Server Error – Server error
Response
The response to a CheckEcosystem call is JSON.
All optional values default to the following values based on their type:
| Type | Default value |
|---|---|
| Boolean | false |
| String | The empty string |
| Integer/Long | Varies; see individual properties for details |
| Array | Empty array |
Important
No properties should be set to null. If you do not wish to set a property, simply omit it from the response; WOPI clients will use the default value in these cases.
Optional response properties
SupportsContainers - Should match the SupportsContainers property in CheckFileInfo.
Note
Since all properties in the CheckEcosystem response are optional, an empty JSON response is valid.