You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,18 @@ Restful web API for InterSystems Ensemble Workflow
4
4
## Installation
5
5
1. Import and compile this project.
6
6
2. Create a web-application for REST in the Portal Management System (for ex. /csp/workflow/rest). Set dispatch class to Workflow.REST, Authentication methods to 'Unauthorized' and 'Password'.
7
+
3. (Optional) add Workflow packagfe mapping if you need to query another namespace.
8
+
9
+
10
+
##Requests
11
+
-----------
12
+
13
+
These are the possible requests to web application (add param ?Namespace={Desired Namespace} to query another namespace cubes):
14
+
15
+
| URL | Type | Body (JSON) | Response | Description |
0 commit comments