REST
Discussion List
-
How can we make REST API GET call request based on API key security in OIC using REST Connection?Summary: Is there any possibility of handling the API key and API id header values in the OIC REST connection using the API key-based Authentication security/other optio…
-
How to download a document to computer on click of a link in process (PCS) formSummary: Hi Experts I have a form in Process application on click of which it has to call the backend and in response I'm getting binary response of file but the user re…
-
Using complicated query parameter in OICHi All, Something like this works in postman but doesn't work in OIC. How do I build this query parameter in OIC? The date values will be dynamic here. q={"updated_date"…
-
Atom feed not fetching expected results in OICHi, We are using atom feeds to send HCM data downstream. We have implemented the atom feed rest api in rest adapter and not the one in HCM adapter. This is causing a lot…
-
REST API for Get all lookup codes > How to escape special charactersSummary: REST API for Get all lookup codes > How to escape special characters Content (required): Hello All, I want to use the Get all lookup codes REST API in OIC (work…
-
Calling OIC Integrations from SaaS BI PublisherSummary: Hi all, Please could someone elaborate about the steps to get "calling OIC Integrations from SaaS BI Publisher" , I have seen a comment in this forum and seems …
-
Difference in rest api results count when fetched from OIC & postmanFacing a very strange issue. Calling the new hire atom feed api in OIC to fetch new hire data using rest adapter. Endpoint:- /hcmRestApi/atomservlet/employee/newhire Que…
-
Handle case in Integration when user not pass query parameterSummary: Hi, We have an issue when a user does not pass the query parameter in the REST URL then integration should through this error : valid rest URL : https://abc.com…
-
Rest connection to Invoke ThirdpartySummary: Rest connection from to invoke a thridparty Content (required): Hi All, I am trying to invoke a thridparty using the rest API. Below is the curl command to get …
-
Get Base64 from REST API to Retrieve Attachment from a ProcessSummary: I am using following REST API to get the attachment and it works fine on postman. Content (required): I am not sure what or how should I configure the REST adap…
-
REST API to get PCS task for any user by passing the name or email in query parameterSummary: Hi All I'm looking for REST API using which I can retrieve the list of all the tasks pending for action to be taken by user in Processes (PCS). I have used belo…
-
Integration OIC 2 way SSL with keystoreSummary: I have followed the docs by oracle and executed all steps and imported the same in OIC. But when i test the connection i get bad certificate error. Please help …
-
Ability for OIC to Send Data Files to AWS S3Summary: Ability for OIC to Send Data Files to AWS S3 Content (required): Hello All, May I ask if OIC can send data files to AWS S3 ? We are looking for this option inst…
-
OIC failing when Retrieve a Process Attachment as a Stream with filename containing # characterSummary: Hi All We have create 2 integration one to upload attachment to process task and another one to retrieve the attachment. Upload attachment is working fine but t…
-
how to create integration when user click on url it download pdf or any format fileHow can we create integration in OIC to download pcs attachments I will pass the process id and attachment name? suppose I have 3 attachments in pcs when I run this inte…
-
Callback FunctionalitySummary Callback functionality non OIC/SOACS - REST or SOAPContent Hi, Has anyone had success in utilising callback functionality for SOAP/REST calls for the ERP SAAS wh…
-
Download text output from custom ESS job using webservice/OICSummary: Unable to download e-text output from ESS job Content (required): Hi experts, We have a requirement to run custom ESS job and get its corresponding e-text outpu…
-
Patterns to Extract Data from ERP Cloud > BI Publisher ExtractSummary: Maximum size of data we can get from ERP Cloud using BI Publisher Extract Content (required): Hello All, Do you have an idea what is the maximum size of data we…
-
Message Encryption in OIC using AES 256 CBC(Cipher-Block Chaining)Summary Message Encryption in OIC using AES 256 CBC(Cipher-Block Chaining)Content Hi Team, Our customer wants to encrypt the PII data using AES 256 CBC(Cipher-Block Chai…
-
Select form component in PCS with connector to populate data from fusion rest apiSummary: I'm trying to populate Select control in web form in PCS with the connector i.e. getting value from Fusion SCM REST API but the preview is loading indefinitely …
-
Issue in PCS form select control with connectorSummary: Hi All I have created a PCS form where select control is getting populated with REST connector. I have configured REST connector as per Oracle docs and also pro…
-
Rest Receivables invoice attachment with postman OK, with OIC does not work (for me...)Summary: Hello, I would appreciate your help with this issue: I use postman with this payload: https://egyp-test.fa.em3.oraclecloud.com/fscmRestApi/resources/11.13.18.05…
-
(my) Rest Integration multi-operation does not update the last action after changing responseSummary: Content (required): Hello, Please, I need help with the following, perhaps I am missing some step, or is something that is not taken into account by developers.…
-
Processes (PCS) tasks upload document error when uploading more than 1 MB fileSummary: we have tried to upload file to process tasks with more than 1 MB file but it is not going through via REST API. Please let me know what is the limit on the fil…
-
Expose BIP report as api for external vendorsHi Experts, What is the best way to Expose BIP report as api for external vendors consumption. Want to know the right way to do it? If anybody has experience.
-
HCM Rest IntegrationThe worker api response has a structure of item and inside that a links array with attributes as "rel","href","name","kind","properties" etc.. 1)Is it possible to filter…
-
Process reassign tasks with REST API 401 errorSummary: we are trying to reassign process tasks with the help of REST API, when we use OIC ADMIN user credentials they it is working fine i.e. we are able to reassign t…
-
Process (PCS) reassign task with REST API issueSummary: we are trying to reassign process tasks with the help of REST API, when we use OIC ADMIN user credentials they it is working fine i.e. we are able to reassign t…
-
Extract json output in Integration CloudContent Hi Experts, There is API which sends the json response. The json response contains the json keys are dynamic as below: "custom_fields": { "100147": { "updated_at…
-
How to Escape special charters (like space) in query parameters in REST adapterSummary: How to escape special charters (like space) in query parameters in REST adapter. OIC is encoding the value for Space -> + instead of %20 Content (required): Act…