Setting Subscribe Request

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, you can set the subscription status for the specified backlog request

Setting Subscribe Request API Information

Request Type

Description

API

http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=XX&Subscribe=Yes/No

Method

SET

Parameters

List all parameters in the following format:

PackageRequestId = The Id of the Backlog request.
Subscribe = Specify the subscription status.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=7&Subscribe=Yes

Response:

<data>The specified RequestId is subscribed to automation</data>

Example:

http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=7&Subscribe=No

Response:

<data>The specified RequestId unsubscribed from automation</data>