Question
Red Alpha, LLC
US
Last activity: 12 May 2021 7:30 EDT
Create case via API - Integration tab not visible
Hello,
I am on Pega Platform 8.5 and am following the directions here to enable case create via API: https://community.pega.com/knowledgebase/articles/case-management/85/creating-case-using-api
I do not see the "Integration" option on the Settings tab in my case type in App Studio. I have the PegaRULES:API and Application:API roles. Is there something else I need in order to see this option? Also, any other tips to enable case creation via API for my case type? Right now if I hit the /casetypes GET endpoint, all I get back is this when I am hoping to see my application's case type:
{
"pxObjectClass": "Pega-API-CaseManagement"
}
Thanks in advance