Generic Rest Connector

The generic rest connector allows you to receive data on a rest endpoint. It will receive data send to https://<uvuyo-server>/uvuyo/api/integration/<namespace>/<endpoint>. The adapter listens to POST and PUT requests. Data send to the connector using POST will be treated as new data. Data send to the adapter using the PUT will be treated as modified data. Data send as new Data will trigger the new data interface of the adapter the data is send to. Data send as modified data will trigger the modified data interface of the adapter the data is send to.

Condiguration

Nach oben