Running Mashup Service methods

The REST interface syntax for initial requests is

http://webservername:portnumber/ibmcognos/bi/v1/disp/rds/resource_type/source_type/source_id?option1=val1&option2=val2...

Some Mashup Service tasks require several interactive steps to complete. Examples include retrieving report output one page at a time, collecting report prompts, and drilling up or down in a report. In these cases, the initial request has the syntax displayed above. Secondary requests have the following syntax:

http://webservername:portnumber/ibmcognos/bi/v1/disp/rds/sessionOutput/conversationID/conv_ID/secondary_request?option1=val1&option2=val2...

For more information about the resource types, source types, options, and secondary requests, see REST interface reference.