This v1 API will be deprecated from 15th March 2020
Description:
This api is used to get associated release details with respect to change
URL : api/v1/servicedesk/get/attached/release/{changeid}
Replace this URL with you helpdesk URL
Parameters :
Name | Data Type | Required / Optional | Description |
api_key | String | Optional | An alphanumeric code that can be used to authenticate your API calls |
token | String | Required | token generated for a user |
HTTP Method : GET
Response
- Response Format : JSON
Sample JSON Success & Error Response :
{ "success": true, "data": [ { "id": 1, "subject": "Release 1", "releaseType": [ { "id": 1, "name": "Minor" } ], "priority": [ { "id": 1, "name": "Low" } ] } ] } { "success": true, "message": "error", "data": "Wrong input" }