GET api/PolicyQuote/GetFieldSetMetaData

Use this call to retrieve the metadata for line of business questions.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Json

CEQJsonResult
NameDescriptionTypeAdditional information
ContentEncoding

The type of encoding

Encoding

None.

ContentType

string

None.

Data

Object

None.

JsonRequestBehavior

JsonRequestBehavior

None.

MaxJsonLength

integer

None.

RecursionLimit

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentEncoding": null,
  "ContentType": "sample string 1",
  "Data": {},
  "JsonRequestBehavior": 0,
  "MaxJsonLength": 1,
  "RecursionLimit": 1
}

application/xml, text/xml

Sample:
<CEQJsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CEQ_API.Results">
  <ContentEncoding xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Text" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" />
  <ContentType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" />
  <Data i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" />
  <JsonRequestBehavior xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">DenyGet</JsonRequestBehavior>
  <MaxJsonLength i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" />
  <RecursionLimit i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" />
  <ContentEncoding xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Text" i:nil="true" />
  <ContentType>sample string 1</ContentType>
  <Data />
  <JsonRequestBehavior>AllowGet</JsonRequestBehavior>
  <MaxJsonLength>1</MaxJsonLength>
  <RecursionLimit>1</RecursionLimit>
</CEQJsonResult>