Get workflows.

Log in to see full request history

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

Query Params
string
Defaults to A

status

Headers
string
required
Defaults to 0

userid

string

x-api-key

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
Click Try It! to start a request and see the response here! Or choose an example:
*/*