Number of APIs: 17
Overview This collection mirrors the OpenText Sample App Note: This app requires a free trial of the IMaaS developer plan for you to test Sign-up here For detailed step-by-step from sign-up to first test of the sample app watch this video:
Are you looking to move information between Apps or Line of business systems? This sample app gives you a testable starting point for how our IM Services can be used. For the purposes of testing you can use React and any User Interface to test our services once you sign-up so you can access our cloud services This example shows how to develop an application in React which allows to upload a document, store document related data, do document analysis for Personally Identifiable Information (PII) data, and use a workflow to automate a simple approval step. Build an application with React. The application will have secure login, tabs, grids and pagination.
Use a business process model created with the Workflow Modeler.
Use different multiple IMaaS services: Content Storage Service (CSS), Content Metadata Service (CMS), Workflow Service, and Magellan Risk Guard. NodeJs version 14.2.0 Active OpenText IMaaS account A Github account to download the sample app code Be sure to save your Service password that is displayed when signing up for the 90 days trialWhat you get out of trying this sample app with our IMaaS bundle
Application Scenario
Learning points
Requirements
POST {{apigee_host}}/tenants/{{tenant_id}}/oauth2/token
POST {{apigee_host}}/cms/namespaces
POST {{apigee_host}}/cms/type-definitions/file
POST {{apigee_host}}/workflow/v1/runtime/models
GET {{apigee_host}}/cms/namespaces
GET {{apigee_host}}/cms/type-definitions?items-per-page=20
GET {{apigee_host}}/cms/type-definitions/ot2_app_contract
DELETE {{apigee_host}}/cms/type-definitions/ot2_app_contract
GET {{apigee_host}}/cms/type-definitions/ot2_app_contract/attributes
GET {{apigee_host}}/cms/type-definitions/ot2_app_contract/attributes/862b118d-70e4-4560-ba8f-4e3e79852c42
POST {{apigee_host}}/cms/type-definitions/ot2_app_contract/attributes
GET {{apigee_host}}/workflow/v1/runtime/models
DELETE {{apigee_host}}/workflow/v1/runtime/models/cec260f7-3378-11ec-b023-eeee0affc492
GET {{apigee_host}}/cms/instances/file/ot2_app_contract
GET {{apigee_host}}/cms/instances/file/ot2_app_contract/7e2aeeef-e924-4864-89ce-cb4b263b462b
DELETE {{apigee_host}}/cms/instances/file/ot2_app_contract/f5bc7555-7f25-41b0-87b7-574f5ca4dfa7
POST {{apigee_host}}/mtm-riskguard/api/v1/process
ENDPOINTS