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 Case:
id String
refno String
case_type_id int
case_status_id int
automated boolean
creator_id Integer
plaintiff_id Integer
plaintiff_contact_id Integer
representative1_id Integer
representative1_contact_id Integer
representative2_id Integer
representative2_contact_id Integer
quick_created_by Integer
handling_org_id Integer
case_worker_id Integer
board_cw_id Integer
defendant_id Integer
defendants_case_worker_id Integer
defendants_case_worker2_id Integer
defendants_case_worker3_id Integer
updated Date
created Date
received Date
assigned_at Date
sendt_to_defendant Date
first_sent_to_defendant Date
defendant_assigned_at Date
sendt_to_plaintiff Date
evaluation_started Date
suggested_at Date
closed Date
resolved_at Date
set_on_hold_at Date
set_to_review_at Date
published Date
fully_anomymized_at Date
removal_requested Date
deleted Date
plaintiffs_dialog_id Integer
defendants_dialog_id Integer
boards_dialog_id Integer
plaintiffs_timeline_id Integer
defendants_timeline_id Integer
billing_id 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:
getCase is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { "case_id":<value> }
POST urlencoded in body: case_id=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.