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 !
- /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?
- /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?