POST api/CaseCourtEvent/GetEventMotionTrialData
Request Information
URI Parameters
None.
Body Parameters
CalendarEventFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| provider_ids | string |
None. |
|
| assigned_user_ids | string |
None. |
|
| event_type_its | string |
None. |
|
| event_status_ids | string |
None. |
|
| court_ids | string |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"provider_ids": "sample string 1",
"assigned_user_ids": "sample string 2",
"event_type_its": "sample string 3",
"event_status_ids": "sample string 4",
"court_ids": "sample string 5",
"date_from": "2026-05-01T21:10:01.3549718+00:00",
"date_to": "2026-05-01T21:10:01.3549718+00:00"
}
text/html
Sample:
{"provider_ids":"sample string 1","assigned_user_ids":"sample string 2","event_type_its":"sample string 3","event_status_ids":"sample string 4","court_ids":"sample string 5","date_from":"2026-05-01T21:10:01.3549718+00:00","date_to":"2026-05-01T21:10:01.3549718+00:00"}
application/xml, text/xml
Sample:
<CalendarEventFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <assigned_user_ids>sample string 2</assigned_user_ids> <court_ids>sample string 5</court_ids> <date_from>2026-05-01T21:10:01.3549718+00:00</date_from> <date_to>2026-05-01T21:10:01.3549718+00:00</date_to> <event_status_ids>sample string 4</event_status_ids> <event_type_its>sample string 3</event_type_its> <provider_ids>sample string 1</provider_ids> </CalendarEventFilterModel>
multipart/form-data
Sample:
<CalendarEventFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><assigned_user_ids>sample string 2</assigned_user_ids><court_ids>sample string 5</court_ids><date_from>2026-05-01T21:10:01.3549718+00:00</date_from><date_to>2026-05-01T21:10:01.3549718+00:00</date_to><event_status_ids>sample string 4</event_status_ids><event_type_its>sample string 3</event_type_its><provider_ids>sample string 1</provider_ids></CalendarEventFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |