Summary
Get data for a specific adapter task.
Description
Fetch method/task metadata for an adapter task.
Route
POST /configuration_manager/adaptertasks
Roles
            admin
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| taskName | string | yes | Name of the task/method. | 
| origin | string | yes | Which adapter origin the task comes from. | 
| options | object | no | Additional options for the API. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| taskData | object | Output of adapter task's metadata. |