22-08-25 04:29 PM
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
Thursday
Thursday
Hello @henrynli
Yes. the issue is this only and i was looking for resolution.
First thing that Our Key is in AS not in DB and secondly I can not left work queue unencrypted as this is part of Code review checklist so basically i can not use this endpoint.
Secondly, I was of impression that standard BP infra is such that your Key remain in AS and Data remain in Database. so i am not sure of RISK if both Key and Data reside in Database.