Web API Edition | ComponentOne
In This Topic
    Result Data
    In This Topic

    Result Data service provides API to get the result data by the specified token. Your client application sends an HTTP request to the service application for using the Result Data API to get the result data by the specified token.

    Result Data Request Schema

    To get the result data by the specified token, you need to use GET method. Token information specified in the request URL, as:

    GET: /api/dataenginetoken/{token}/resultdata

    Response is a aggregated data list and boolean value indicates whether the operation succeeds.