GET api/Account/GridSettings?route={route}
Gets the user's grid settings defined by the specified URL-Encoded route.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
route |
The route of the grid settings. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The user's grid settings.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.