If you leave out the version, the current version of the service will be called.
Input:
subpathrequired String
File name of XLS file to generate and download.
fromDateoptional Date
Undocumented method parameter.
toDateoptional Date
Undocumented method parameter.
SSOoptional String
Optional SSO token for authentication.
Allowed HTTP Methods:
GET
POST
Accept types:
application/json
application/xml
application/x-www-form-urlencoded
multipart/form
Accept charsets:
UTF-8
ISO-8859-1
LATIN1
Output:
200 OK response type MimeFile:
filename String
contentType String
charset String
contentLength long
gzipped boolean
valid_seconds Integer
4XX Client Error Response {data:<Error string>} Usually wrong usage by the client.
5XX Server Error Response {data:<Error string>} Exception, error in the service.
Additional comments:
statistics is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
GET urlencoded: /cases/statistics?subpath=<value>
GET JSON: /cases/statistics?JSON={"subpath":<value>}
POST JSON in body: { "subpath":<value> }
POST urlencoded in body: subpath=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.