Commit Graph

7 Commits

Author SHA1 Message Date
davidcallizaya
9ef267ea75 HOR-3210
Fix access control in Generate link rest endpoint.
2017-06-03 14:14:42 -04:00
davidcallizaya
14fce41241 HOR-3210
Fixed endpoint generate-link does not return body.
2017-06-03 12:53:21 -04:00
davidcallizaya
c0f512891f HOR-3210
Web Entry 2.0 Rest - Generate Link EP
2017-06-03 12:53:20 -04:00
davidcallizaya
a845ba95cd HOR-3207
+ Add response body for DELETE webentryevent status 200
+ Add response body for PUT webentryevent status 200
2017-06-03 12:46:23 -04:00
davidcallizaya
eacb057a58 HOR-3207
Add missing access validations
2017-06-03 12:46:22 -04:00
davidcallizaya
2b918b25fc HOR-3207
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 12:46:22 -04:00
Victor Saisa Lopez
5516df3512 PM-1005 "WebEntry-Event (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-events
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry-event
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
- Se han implementado los metodos necesarios para el Export, Import y
  Delete (delete Process) de este nuevo "Objeto"
- Se ha solucionado bugs al importar un Projecto con "Gateway to Gateway"
2015-01-22 15:27:35 -04:00