Field Name | Type | Description |
---|
response | Response | |
Example Request:
ADDPROFILE
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"name":"?",
"description":"?",
"ipAddress":"?",
"applyOn":"?",
"archive":?,
"condition":[
{
"workflowId":"?",
"operator": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"column":"?",
"value":"?",
"value1":"?",
"condition":"?",
"blockId":"?"
} ],
"fileOrDirectory":[
{
"workflowId":"?",
"path":"?",
"type":"?"
} ],
"transition":[
{
"workflowId":"?",
"column":"?",
"value":"?",
"roleType":"?",
"mapToProperty":"?",
"mapped":?,
"triggered":?,
"blockId":"?",
"transitionBlockId":"?"
} ],
"createdOn":?,
"lastModifiedOn":?,
"lastModifiedBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"frequency":"?",
"scheduleSeconds":"?",
"scheduleMinutes":"?",
"scheduleHours":"?",
"scheduleDays":"?",
"scheduleWeeks":"?",
"scheduleMonths":"?",
"scheduleYears":"?",
"client": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"actionType":"?",
"targetModule":"?",
"targetModel":?,
"uniqueId":"?",
"role":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"user":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"group":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"department":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ]
}
Example Response:
{
"id":2147483647,
"response":"?"
}