GET /Group/{id}/

Gets a group.
 

Request

Method Request URI
GET /API/Group/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the group which data is requested.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.GroupData object containing the group data, or a status code indicating the problem.