*Introduction* GoodData is a business intelligence platform. It helps users and companies to store, combine, analyze and visualize information.
*API (REST)* http://docs.gooddata.apiary.io/ *GoodData Connector Summary* • Connector Name: gooddata-connector-1.0.0 • Version: 1.0.0 • Technology: REST *Authentication* Using the login API resource, a username and password are authenticated and Super Secure Token (SST) is returned if the authentication is valid. Using this SST, a Temporary Token (TT) is then returned which is subjected to expire. *Methods* createLogin - Use to log into the API. getAuthenticationToken - Get the authentication token on this resource. createProjectModel - Execute MAQL DDL Scripts for data model management. getTaskStatus - Retrieve the asynchronous task status. uploadData - Upload data using this method. getUploadStatus - Get the upload status. getDataset - Get the status of data uploads for specific dataset. listReports - Use this method to list all Reports in given Project creatReport - You need to create Report Definition using this resource. saveReport - Save a created Report. executeReport - Use this method to execute selected Report. listProcesses - List Processes in a project. createProcessWithMultipart - Create new data loading process with one single multipart http request. listProcessExecution - List Processes of the given User in all Projects. executeProcess - Execute a Process. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Gooddata-tp97207.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
