- Knowledge Base
- Open Process
- Integration (API's)
-
Events
-
Customer Portal
-
Customer Engagement Centre (Previously known as CSVu)
-
General Form Guidance
-
Editing Forms
-
Benefit Forms
-
Revenues Forms
-
'How to...' Sessions
-
Health (CHC)
-
Technical Area
-
Open Process
-
Forms
-
Blue Badge and Concessionary Travel
-
Waste Services
-
Awards and Grants
-
Social Care Financial Assessments
-
IEG4 Team Updates
-
BACAS
-
Tender Responses - General
-
Internal Process Guides
-
Public Protection
-
Built Environment
Which APIs are available in OpenProcess?
1) Get Documents API
This API provides the means using:
- DocumentId
To retrieve a document associated with a process. As we will see with the worked example this is useful for the purposes of getting the XML document created as a part of an online form where the XML has been mapped in eDesigner.
2) Post a Note API
This API provides the means using:
- ProcessId
To add a note to a process. This therefore enables automated addition of notes to processes.
3) Get Current Step API
This API provides the means using:
- ProcessId
To find the current step id for a process. Therefore enabling this to be known should one want to complete it automatically, which is the next API.
4) Complete a Step API
This API provides the means using:
- ProcessId
- StepId
To automatically complete a step. I.e. back office update is completed and automatically sets the appropriate step to being completed.