If you leave out the version, the current version of the service will be called.
Input:
searchValueoptional String
Uses a %string% search.
sortColumnoptional String
can be one of the overview fields.
sortDirectionoptional String
ASC or DESC
indexrequired int
Undocumented method parameter.
countrequired int
Undocumented method parameter.
language_idrequired int
Use getLanguage service to retrieve language ID. 1=en 2=no
from_dateoptional Date
Only cases received after from date shown.
to_dateoptional Date
Only cases received before to date shown.
resolved_from_dateoptional Date
Only cases resolved after from date shown.
resolved_to_dateoptional Date
Only cases resolved before to date shown.
filter_by_categoryoptional String
Only cases concerning the category
filter_by_sub_categoryoptional String
Only cases concerning the sub category
filter_by_defendantoptional String
Only cases connected to the named defendant
filter_by_defendant_idoptional Integer
Only cases connected to the defendant by defendant ID
filter_by_resolution_type_labeloptional String
Only cases with the given resolution type label
case_type_nameoptional String
The case type name
SSOoptional String
Optional SSO token for authentication.
Allowed HTTP Methods:
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 DataTableResponse:
data List
recordsTotal long
recordsFiltered long
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:
searchPublishedCases is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { "index":<value>, "count":<value>, "language_id":<value> }
POST urlencoded in body: index=<value>&count=<value>&language_id=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.