Skip to main content

Version: 23.10

GET Service Definition Parameter

Return the service parameter for the specified service definition id and parameters id.

Request

HTTP request

https://<JM_SERVER>/manager/secure/rest/service-definitions/v1/<SERVICE_ID>/serviceParameters/<SERVICE_PARAMETER_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/service-definitions/v1/803/serviceParameters/1348

Response

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

Example

An example succcessful response is shown below.

{
"id": 1348,
"name": "numberLength",
"description": "The length of the tracking number.",
"type": "List",
"bindParameterFlag": true,
"unitTestFlag": false,
"listValues": "4:4|5:5|6:6|7:7|8:8",
"value": "6",
"createdAt": "Feb 27, 2014 5:14:18 PM",
"createdBy": "system"
}