ListTypesControllerGetGroups Method |
[This is preliminary documentation and is subject to change.]
Retrieves all list type groups for the logged in enterprise from the database.
Namespace: WebServiceKit.ControllersAssembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IHttpActionResult GetGroups()
Public Function GetGroups As IHttpActionResult
public:
IHttpActionResult^ GetGroups()
member GetGroups : unit -> IHttpActionResult
Return Value
Type:
IHttpActionResult200 OK and the serialized list type groups will be returned, otherwise 400.
Remarks
The list type groups are formatted using XML or JSON depending on the client request. Call requires a valid login token.
HTTP Method: GET
[Route("api/listtypes/groups")]
See Also