GET api/Reports/PickListData?reportName={reportName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportName

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceExecutionResultOfIEnumerableOfPickListItem
NameDescriptionTypeAdditional information
Result

Collection of PickListItem

None.

Success

boolean

None.

ChangesFound

boolean

None.

Errors

Collection of ServiceErrorItem

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 'ReportAPI.Internal.Models.Engine.PickListItem'. Path 'Result[0].Children'.

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 'ReportAPI.Internal.Models.Engine.PickListItem'. Path 'Result[0].Children'.

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[[ReportAPI.Internal.Models.Engine.PickListItem, ReportAPI.Internal.Models, 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[[ReportAPI.Internal.Models.Engine.PickListItem, ReportAPI.Internal.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.