Skip to main content

Version: 23.10

GET Form Group

Retrieve a single form group by specifying the database ID.

info

The Form Groups REST API Overview provides an introduction to this REST API, including information about:

  • Security (authentication and authorization)

Request

HTTP request

GET https://<JM_SERVER>/manager/secure/rest/form-groups/v1/<GROUP_ID>

Parameters

This request takes no parameters.

Request body

Do not supply a request body for this operation.

Example

GET https://transact.maguire.com/manager/secure/rest/form-groups/v1/23/

Response

If successful, this operation returns a response with a HTTP 200 OK status code.

Example

An example succcessful response is shown below.

{
"id": 23,
"groupName": "Reviewer Group",
"groupDescription": "Application Reviewers Group",
"formWorkGroup": true,
"newForm": true,
"savedForm": true,
"completedForm": true,
"taskAssign": true
}