Can not call api throw Case Service

hi @Sam ,
I try call Case Service in Alpha UI, but it always return error 500 with Unknow Error Code
for some end points bellow:

/case/instance/fetch

/case/instance/check-in

/case/instance/checkout-out

/case/instance/decision

but I call it direct in Swagger, it’s okay, please help me check what going.

Hi @autuanthinh ,

Can you share your alpha project link on the chat.

both links below

Hello @autuanthinh ,
It appears that you are calling this API from the API Trigger in Alpha, but the error is occurring because the corresponding APIs are not listed in the Request Service. As an alternative, you can use custom code with fetch to invoke the API and retrieve the response.

1 Like