Skip to content

OE pcm backend is designed specifically for OpenEdge without auth

License

Notifications You must be signed in to change notification settings

groupclaes/pcm-api-oe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OE-Controller

In the past we used to have some /{controller}/oe specific routes These calls would be tailored specifically to RAW integrations. Due to changes in the PCM project structure and deployment modifications, we will move all these functions / subroutes into 1 oe controller, This way we have a single endpoint containing aal code for ERP integration, meaning we can swiftly change the way the controller behaves in ERP environment.

Authentication is not required for this endpoint as it should be limited to internal networks !

Available routes pre-move (checkbox indicates wether route will be implemented)

  • /content/oe/:company/:objectType/:documentType/:objectId/:culture
  • /content/OE/:company/:objectType/:documentType/:objectId/:culture
  • /content/oe/uuid/:company/:objectType/:documentType/:objectId/:culture
  • /objectlist/oe/:company/:objectType/:objectId
  • /documentlist/oe/:directoryId/:datelastmodified?
  • /documentlist/oe/:company/:objectType/:documentType/:datelastmodified?

Available routes post-move (checkbox indicates wether route is implemented)

  • /oe/file/:uuid
  • /oe/file/:company/:objectType/:documentType/:objectId/:culture
  • /oe/file/uuid/:company/:objectType/:documentType/:objectId/:culture
  • /oe/objectlist/:company/:objectType/:objectId
  • /oe/documentlist/:directoryId/:dateLastModified?
  • /oe/documentlist/:company/:objectType/:documentType/:dateLastModified?

About

OE pcm backend is designed specifically for OpenEdge without auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published