Returns information about the <listingField> elements available in the InterSystems IRIS namespace that you access via this REST call.
Request Body Details
This service ignores the request body.
Example Response
{
"Info": {
"Error":"","BaseCube":"holefoods"
},
"Result": {
"ListingFields": [
{"caption":"Channel","expression":"%EXTERNAL(Channel) Channel"},
{"caption":"City","expression":"Outlet->City"},
{"caption":"Comment","expression":"Comment"},
...]
}
}
In the response object, the Result property contains a property called ListingFields, which contains an array of objects, one for each <listingField> element.
For information that applies to all response objects, see Notes on the Response Objects.