Skip to main content

Version: 20.11 (EOL)

GET Groovy Service List

Retrieve the list of available services of type "Groovy Service", sorted by service name and version.

info

The Groovy Service Invoke 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/groovy-service-invoke/v2/

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/groovy-service-invoke/v2/

Response​

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

Example​

An example succcessful response is shown below.

[
{
"serviceName": "Bulk User Loader",
"versionNumber": 1,
"clientCode": "maguire",
"url": "http://localhost:9080/manager/secure/rest/groovy-service-invoke/v2/maguire/bulk-user-loader/v1/"
},
{
"serviceName": "Product Catalog Loader",
"versionNumber": 1,
"clientCode": "maguire",
"url": "http://localhost:9080/manager/secure/rest/groovy-service-invoke/v2/maguire/product-catalog-loader/v1/"
},
{
"serviceName": "Q1 Accounts Loader",
"versionNumber": 1,
"clientCode": "maguire",
"url": "http://localhost:9080/manager/secure/rest/groovy-service-invoke/v2/maguire/q1-accounts-loader/v1/"
},
{
"serviceName": "User Profile Updater",
"versionNumber": 1,
"clientCode": "maguire",
"url": "http://localhost:9080/manager/secure/rest/groovy-service-invoke/v2/maguire/user-profile-updater/v1/"
}
]