Stream: implementers
Topic: History API response
Jie Fan (Jul 19 2018 at 20:33):
The specs says "The return content is a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources. Each entry SHALL minimally contain either a resource which holds the resource as it is at the conclusion of the interaction, or a request with entry.request.method", so what is the resource at the conclusion of a delete request? Maybe an empty resource?
Grahame Grieve (Jul 19 2018 at 20:36):
entry.resource is not present in that case
Jie Fan (Jul 19 2018 at 20:39):
OK, thanks!
Jie Fan (Jul 24 2018 at 14:53):
One more question, can the parameters _count, _at and _since be used in any combination?
Grahame Grieve (Jul 24 2018 at 19:58):
I don't know about mixing _since and _at
Last updated: Apr 12 2022 at 19:14 UTC