Get workflows by user id.

Example cURL request to get workflows by user id

curl --request GET \
     --url https://acmecompany.bizmerlin.net/rm/api/v3/userworkflows \
     --header 'Accept: application/json' \
     --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!