POST api/datalists/getdatainformat

Gets the data for a in the specified format.

Request Information

URI Parameters

None.

Body Parameters

GetDataInFormatDto
NameDescriptionTypeAdditional information
DataListId

globally unique identifier

None.

Format

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DataListId": "5feff266-e575-4e75-b053-82adfc550259",
  "Format": "sample string 2"
}

application/xml, text/xml

Sample:
<GetDataInFormatDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataManagement.Models">
  <DataListId>5feff266-e575-4e75-b053-82adfc550259</DataListId>
  <Format>sample string 2</Format>
</GetDataInFormatDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The data for the in the correct format.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.