Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NA
US
Last activity: 26 Jun 2023 3:45 EDT
Using The Rest API's
We are wanting to use the REST API to create articles that we are importing to the system. Yes, we know about the csv import. The issue there is that you have no way of getting the ID of the item imported prior to importing. This is crucial as the articles we are importing are connected to each other and we need this id to connect them. What we where hoping is that that we could just import the articles get the ID then updates the content in our application we have written. With this i can then update all the links in the articles then update the PEGA Database. Second Question is that we could use a UpdateKMArticle right now I see the CreateKMArticle. Any help here would be appreciated.
If there was a way to just update the oracle database directly this would be good too. I cannot seem to find where article information is stored in the database.