Skip to content

Backend information

Information about the running Teamwire backend can be important to deduce whether a certain feature is already available or not.


Backend version

Return backend information

GET /v<api_version>/admin/backend_info/

URL parameters

The following parameters are specified as part of the URL, i.e. /<parameter>/:

Name Type Optional For use by Description
api_version String No All admins The Enterprise API version targeted.

Result

The following return values indicate the outcome of the API call:

HTTP status code Description
200 (OK) The request was successful. Information about the running backend is returned as a JSON object as described below.
401 (Unauthorized) The request failed because the caller failed to first login to the Enterprise API or her session expired. Login to obtain a new session and repeat the request.
403 (Forbidden) The request failed because the calling admin’s organisation has been disabled.

If the request was successful, a single JSON object with the following elements is returned:

Name Type Visible to Description
backend_version String All admins The version number of the running backend.
sys_org_id Number All admins The ID of the sys organisation.