-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
When a user calls the results method, they can specify a
processId = processId
from = cursor
to = cursor
sort = ASC or DESC
the results will be returned as a JSON dataset with edges
each edge contains a node object and within that node object is the Result.
For now, we will pass through the result for full parsing on the client side, but if the response is not a json result, we need to handle it and pass some json {ok: false, message: "invalid response"}
Metadata
Metadata
Assignees
Labels
No labels