a week ago
i m using BP API for v 7.3 and all the endpoints are working in swagger except for
POST /api/v7/workqueues/{workQueueId}/items/batch
i am getting error -"This endpoint does not support application server-based encryption keys. Only work queues that are not encrypted, or use database-based encryption keys can use this endpoint."
but there are other endpoints as well where Blue Prism API 7.3.0 documentation says about this information but those are working . Example below
POST /api/v7/workqueues
GET /api/v7/workqueues/{workQueueId}/items/{workQueueItemId}
Can someone help to understand what i am missing here.
#blueprismAPI