GET CPS/GoCPSFAQDetail?ReferenceID={ReferenceID}

Get structure of all faq for a given reference ID. structure is a tree, with sub-nodes as nested lists

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ReferenceID

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Get structure of all faq for a given reference ID. structure is a tree, with sub-nodes as nested lists

GoCPSFAQ
NameDescriptionTypeAdditional information
Category

FAQCategory

None.

QuestionsDetail

Collection of FAQQuestion

None.

ChildFAQs

Collection of GoCPSFAQ

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'DataAccess.GoCPSFAQ'. Path 'ChildFAQs'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'DataAccess.GoCPSFAQ'. Path 'ChildFAQs'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[DataAccess.GoCPSFAQ, DataAccess, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[DataAccess.GoCPSFAQ, DataAccess, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.