Skip to main content

Getting the Settings Related to Task Sequences

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

Endpoint ExampleResponse Body Example
\[GET\] http://<SERVERNAME>/esd/api/admin/TaskSequenceSettings

Output Details

The output returns settings related to task sequences.


{
"enableAppDetection": true,
"enableUserAppSelection": true,
"enableAdditionalApps": false,
"processBothInserts": true
}