2023:API Services (Service): Difference between revisions
Dgreenwood (talk | contribs) Created page with "<blockquote> You can perform '''Batch''' processing via REST API web calls by installing '''''API Services'''''. </blockquote> == About == The Grooper REST API (Application Programming Interface) allows for seamless integration between line of business solutions or custom-built software and your existing Grooper repositories and processes. A set of REST API methods allows users to push documents through Grooper '''Batch Processes''' and retrieve the results. For exa..." |
Dgreenwood (talk | contribs) |
||
| Line 20: | Line 20: | ||
=== Install the Grooper API Services === | === Install the Grooper API Services === | ||
{| | |||
| | |||
[[File:2023 APIServices 02HowTo 01.png]] | |||
|- | |||
| | |||
[[File:2023 APIServices 02HowTo 02.png]] | |||
|- | |||
| | |||
[[File:2023 APIServices 02HowTo 03.png]] | |||
|- | |||
| | |||
[[File:2023 APIServices 02HowTo 04.png]] | |||
|} | |||
Revision as of 16:29, 19 October 2023
You can perform Batch processing via REST API web calls by installing API Services.
About
The Grooper REST API (Application Programming Interface) allows for seamless integration between line of business solutions or custom-built software and your existing Grooper repositories and processes. A set of REST API methods allows users to push documents through Grooper Batch Processes and retrieve the results.
For example, using the Grooper REST API you can:
- Get information about a single Batch or all Batches
- Create a new Batch
- Delete a Batch
- Start or resume a Batch Process
- Get metadata for a specified Batch Folder.
- And more!
The first step in using the Grooper REST API is setting up an API endpoint for your 3rd party application to interact with a Grooper Repository. To do this, you will need to install a Grooper service in Grooper Config called API Services.



