get version
/version [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.6005 | 6.0000 | json, xml |
Description
Returns the PageSeeder version.
Parameters
No parameters required.
Permission
This service is public, anybody can invoke it.
Response
For example:
<version major="5" build="9804" string="5.9804"/>
Or in JSON
{"major":5, "build":9804, "string":"5.9804"}
Error Handling
No specific errors expected for this service.