In this chapter we list all the commands that you can use to get information about the activeCollab installation you are communicating with.
Returns system information about the installation you are working with. This information includes system versions; info about logged in users; the mode the API is in etc.
Method: GET
Information that you will receive when using this request is:
Example response:
<info>
<api_version>
<![CDATA[2.0]]>
</api_version>
<system_version>
<![CDATA[2.0.2]]>
</system_version>
<system_edition>
<![CDATA[corporate]]>
</system_edition>
<logged_user>
<![CDATA[http://activecollab.dev/people/1/users/1]]>
</logged_user>
<read_only>0</read_only>
</info>