Get Commcell Profile Requests
This operation retrieves all requests, or specific requests
- application/json
Request Body
taskBasicprop object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Complete Request Review
Schema
taskReq object
{
"taskReq": {
"tasks": [
{
"taskInfo": {
"taskId": 0
},
"taskProps": [
{
"attrVal": "string",
"attrName": "string"
}
]
}
]
}
}
{
"taskReq": {
"tasks": [
{
"taskInfo": {
"taskId": 7
},
"taskProps": [
{
"attrVal": "[{'id':1,'name':'testadmin','text':'Administrator (testadmin)'','$$hashKey':'object:655'}]",
"attrName": "Reviewers"
},
{
"attrVal": "[{'id':53,'name':'dm2\\\\TestCEO','text':'TestCEO (dm2\\\\TestCEO)','$$hashKey':'object:662'}]",
"attrName": "Approvers"
}
]
}
]
}
}
POST /getcommcellprofilereq
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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
}
}
}'
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
}
}
}'
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
}
}
}'
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
}
}
}'
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
}
}
}'
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
}
}
}'
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
}
}
}'