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.
status_filteroptional int[]
An array of ints for each case status we look for.
mineoptional Boolean
True: only show my cases. False: Do not show my cases. Not set: No filter.
assignedoptional Boolean
True: only assigned to me. False: Unassigned. Not set: No filter.
resolvedoptional Boolean
True: only resolved. False: only resolved cases. Not set: No filter.
publishedoptional Boolean
True: only published cases. False: only unpublished cases. Not set: No filter.
removaloptional Boolean
True: only cases where removal is requested. False: only where removal is not requested cases. Not set: No filter.
quick_createdoptional Boolean
True: must be quick created, False: not.
can_be_invoicedoptional Boolean
True: can be invoiced, False: not.
categoryoptional String
Case category filter.
subcategoryoptional String
Case sub category filter.
updatedoptional Boolean
Only cases that have been updated (true)
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:
searchExtended 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> }
POST urlencoded in body: index=<value>&count=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.