Web services API

Use an Application Programming Interface (API) through REST web services to perform a variety of tasks, particularly providing access to reporting data.

These services use HTTP (GET and POST). Each service is of the form

https://<server>/<instance>/services/<service>

For example, performing an HTTP GET on

https://localhost/ASE/services/version

requests version information about the AppScan® Enterprise server.

When a service requires a parameter, such as

/services/folders/<fid>

substitute the parameter with an actual ID. For example,

https://localhost/ASE/services/folders/1

Data is sent and received in XML format, conforming to the schema which can be downloaded using the service

https://<server>/<instance>/services/schema.
Note: Each service will return data in the language specified by the authenticated user's settings. These settings can be accessed via the web UI.