GET api/Account/GridSettings?route={route}

Gets the user's grid settings defined by the specified URL-Encoded route.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.