Get workflows.

Example cURL request to get workflows with status

curl --request GET \
     --url 'https://acmecompany.bizmerlin.net/rm/api/workflows?status=A' \
     --header 'Accept: */*' \
     --header 'userid: YOUR-USER-ID' \
     --header 'x-api-key: YOUR-API-KEY'

How to use above cURL request on postman: Replace the userId and x-api-key in the example cURL and in the postman hit import button in your workspace and in the Raw text tab insert the cURL text and press continue button

Information: Grab userId and x-api-key from BizMerlinHR application. For more detail please visit the knowledge base article

Language
Click Try It! to start a request and see the response here!