Customize Switches to New Version

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request with the value set to True, it will preserve additional switches from the older application to the new application.

Customize Switches to New Version for GET Method

Request Type

Description

API

http://localhost:8086/Catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches

Method

GET

Parameters

List all parameters in the following format:

OptionsType = Specify the options type
PackgeFeedOptions
NameoftheProperty = Specify the property name
RetainAdditionalSwitches— Specifies the check box enabled or disabled.

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/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches

Response:

<data>True</data>

Customize Switches to New Version for POST Method

Request Type

Description

API

http://localhost:8086/catalog/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches&Value=False

Method

POST

Parameters

List all parameters in the following format:

OptionsType = Specify the options type
PackageFeedOptions
NameoftheProperty = Specify the property name
RetainAdditionalSwitches— Specifies the check box enabled or disabled.
Value= Specify the property value that you want to set for PackageFeedOptions.
True
False

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/ASOptionsProperty/?optionType=PackageFeedOptions&PropertyName=RetainAdditionalSwitches&Value=False

Response:

<data>true</data>