GET api/DataSet/{guid}

Retrieves a dataset by its unique identifier (GUID).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The unique identifier of the dataset to retrieve.

string

Required

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the operation. Returns a 200 OK response with the dataset if found, a 400 Bad Request if authentication fails, a 401 Unauthorized if the user lacks the necessary rights, or a 404 Not Found if no dataset is found.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.