Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.

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.