POST DraftsApi/List

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Required

OptionType

Static values for More Info

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:
                                                                                  {

"SessionId":"77e3d076-6bd0-4d43-aeeb-9d965b77c0c0",
 "FilerEmailAddress": "sirishapettela@gmail.com",
"PageSize":20,
"optionType":"Filer",
"PageNumber":0

}

                        

Response Information

Response Formats

application/json, text/json

Sample:
         {
    "Drafts": [
        {
            "Id": 17354,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/10/18 CST"
        },
        {
            "Id": 17353,
            "Location": "  Supreme Court",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/10/18 CST"
        },
        {
            "Id": 17350,
            "Location": "  Supreme Court",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/09/18 CST"
        },
        {
            "Id": 17349,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/09/18 CST"
        },
        {
            "Id": 17340,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/08/18 CST"
        },
        {
            "Id": 17339,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/08/18 CST"
        },
        {
            "Id": 17337,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/08/18 CST"
        },
        {
            "Id": 17336,
            "Location": "Bexar County - District Clerk",
            "Style": "",
            "Cause": "",
            "SavedDate": "01/07/18 CST"
        },
        {
            "Id": 17335,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/07/18 CST"
        },
        {
            "Id": 17334,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/07/18 CST"
        },
        {
            "Id": 17333,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/06/18 CST"
        },
        {
            "Id": 17332,
            "Location": "Bexar County - District Clerk",
            "Style": "",
            "Cause": "",
            "SavedDate": "01/06/18 CST"
        },
        {
            "Id": 17331,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/06/18 CST"
        },
        {
            "Id": 17326,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/05/18 CST"
        },
        {
            "Id": 17330,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/05/18 CST"
        },
        {
            "Id": 17329,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/05/18 CST"
        },
        {
            "Id": 17325,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/05/18 CST"
        },
        {
            "Id": 17327,
            "Location": "  Supreme Court",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/05/18 CST"
        },
        {
            "Id": 17324,
            "Location": "Bexar County - District Clerk",
            "Style": null,
            "Cause": null,
            "SavedDate": "01/04/18 CST"
        },
        {
            "Id": 17323,
            "Location": "Bexar County - District Clerk",
            "Style": "test",
            "Cause": "",
            "SavedDate": "01/04/18 CST"
        }
    ],
    
    "PageNumber": 0,
    "PageSize": 20,
	"TotalRecordCount": 1160
}