Get Commcell Profile Requests
Select
SaaS
Customer Managed
This operation retrieves all requests, or specific requests
- application/json
Request Body
taskBasicprop object
taskInfo object
taskId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Complete Request Review
Schema
taskReq object
tasks object[]
taskInfo object
taskId integertaskProps object[]
attrVal stringattrName string
{
"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"
}
]
}
]
}
}
Loading...