Skip to main content

 Services

Web services from /about to /webhooks

get version

/version [GET]

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.

Created on , last edited on