I'm currently experimenting with the Client REST API. I've pretty much
deciphered the API from the code now, but running some experiments with
curl, I don't get any results. Here's what I did:

1. Uploaded a couple of artifacts using the Vaadin interface and created
a feature with the two artifacts added to it. Clicked "Store".

2. POST http://localhost:8180/client/work

-> Returns the session ID: Location: http://localhost:8180/client/work/rest-4

3. GET http://localhost:8180/client/work/rest-4/artifact

-> Returns "[]"
(same for all other entity types)

4. DELETE http://localhost:8180/client/work/rest-4

What am I missing?

Thanks,
Jeremias Maerki

Reply via email to