@itentialopensource/adapter-salesforce_tooling
Version:
This adapter integrates with system described as: Salesforce Tooling.
24 lines • 601 B
JSON
{
"actions": [
{
"name": "postDescribeWorkitemActions",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/describeWorkitemActions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postDescribeWorkitemActions-default.json"
}
]
}
]
}