Getting the Settings Related to Task Sequences

App Broker 2017

This section describes the App Broker REST API endpoint to get a list of the settings related to task sequences..

Getting the Settings Related to Task Sequences

Endpoint Example

Response Body Example

[GET] http://<SERVERNAME>/esd/api/admin/TaskSequenceSettings

{

   "enableAppDetection": true,

   "enableUserAppSelection": true,

   "enableAdditionalApps": false,

   "processBothInserts": true

}

Output Details

The output returns settings related to task sequences.