Skip to main content

Get Commcell Profile Requests

This operation retrieves all requests, or specific requests

Request Body
  • taskBasicprop object
  • taskInfo object
  • taskId integer
Responses

OK


Schema
  • taskReq object
  • tasks object[]
  • taskInfo object
  • taskId integer
  • taskProps object[]
  • attrVal string
  • attrName string
POST /getcommcellprofilereq    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"taskBasicprop": {
"taskInfo": {
"taskId": 0
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/GetCommcellProfileReq' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"taskBasicprop": {
"taskInfo": {
"taskId": 0
}
}
}'