Hi Reltio Community!
I'm testing DCR submission through API, and facing this initial problem:
I'm using the "
entities" API to create an Entity. I'm submitting a "POST {TenantURL}/entities" request.
I've added parameter "alwaysCreateDCR" set to True, and in fact apparently the DCR is being created. Here is the response which I'm getting:
{
"uri": "changeRequests/33wUHVdj",
"createdBy": "mfruscella",
"createdTime": 1646243922208,
"updatedBy": "mfruscella",
"updatedTime": 1646243922208,
"type": "configuration/changeRequestTypes/default",
"state": "AWAITING_REVIEW"
}
The problem is that I don't get any DCR in the Inbox. My Inbox is empty.
If, instead, I create the same new Entity from the UI, in "Suggesting" mode, the DCR is created and visible in the Inbox.
What am I missing?
Thank you in advance.
Regards,
Michele