POST AlertApi/List
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
long |
Optional |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| OptionType |
Static values for More Info |
string |
Required |
| alertype |
alertype |
string |
Required |
| FilterMember |
Sort Filter Member |
string |
Optional |
| FilterOperator |
Sort Filter Operator like StartsWith, Contians, IsEqualTo etc., |
string |
Optional |
| FilterValue |
Sort Filter Value |
string |
Optional |
| OrderBy |
Order By column name |
string |
Optional |
| OrderByDirection |
Order By Direction like Asc or Desc |
string |
Optional |
| PageNumber |
Page Number |
integer |
Optional |
| PageSize |
Page Size |
integer |
Optional |
Request Formats
application/json, text/json
Sample:
Returned for Correction by Clerk
{
"FilerEmailAddress": "sirishapettela@gmail.com",
"SessionId": "76c4185e-5871-422b-8a5c-586f281d5473",
"optionType":"FIler",
"alertype":"FilingRejected",
"PageNumber":0,
"PageSize":20
}
eService Failure {
"FilerEmailAddress": "sirishapettela@gmail.com",
"SessionId": "76c4185e-5871-422b-8a5c-586f281d5473",
"optionType":"Filer",
"alertype":"eServiceFailure",
"PageNumber":0,
"PageSize":20
}
Failed Filing by eFiling Manager {
"FilerEmailAddress": "sirishapettela@gmail.com",
"SessionId": "76c4185e-5871-422b-8a5c-586f281d5473",
"optionType":"Filer",
"alertype":"FilingFailed",
"PageNumber":0,
"PageSize":20
}
Fax Service Failure {
"FilerEmailAddress": "sirishapettela@gmail.com",
"SessionId": "76c4185e-5871-422b-8a5c-586f281d5473",
"optionType":"Filer",
"alertype":"FaxFailure",
"PageNumber":0,
"PageSize":20
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"Alerts": [
{
"Id": 1186,
"AlertId": 18240,
"AlertType": null,
"SubmissionId": "188102",
"EnvelopeId": "188102",
"FilingEFMId": "fe504e44-df6e-42ac-9598-33604eb86aa9",
"Date": "10/18/17 CDST",
"MatterNumber": null,
"Client": "",
"CaseDocketId": null,
"AttorneyEFMId": "a6c4fe07-6b21-4efc-b647-c12b081907c7",
"AttorneyName": "",
"Location": null,
"LocationName": "Bexar County - District Clerk",
"Filer": null,
"ViewedBy": null,
"DeletedBy": null,
"IsDismissed": false,
"IsViewed": true,
"OptionType": null,
"Options": null
}
],
"PageNumber": 0,
"PageSize": 20,
"TotalRecordCount": 1
}