get https://acmecompany.bizmerlin.net/rm/api/v3/tasks
Example cURL request to get task list by user id
curl --request GET \
--url https://acmecompany.bizmerlin.net/rm/api/v3/tasks \
--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