Get Bulk Action Model
This operation is used to get multiple action models.
Method: HTTP GET method
Endpoint: http://<host_address>:<port_address>/v1/actionModel/bulk
Parameter content type: application/json
Example:
{
"ActionModel": [
{
"ActionID": "string",
"RecordType": "string",
"ShortDesc": "string"
}
]
}