You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is expected to return the first 1000 results sent to arktree1 starting from the specified date/time - which should include the documents we have just sent using sophia.api.makeCustomJSONOperation, however only 1 document is returned - and is not related to the data we just posted.
The text was updated successfully, but these errors were encountered:
Configuration
sophiatx-alexandria-api version 1.0.18
node --version 8.15.1
Context
Within express.js application
Description
When posting custom JSON to a specified address, say 'arktree1', using something like the below:
A suitable response is returned, indicating that the data was successfully transmitted:
However, when using the
sophia.api.getReceivedDocuments
method as below:Only 1 result is returned:
It is expected to return the first
1000
results sent toarktree1
starting from the specified date/time - which should include the documents we have just sent usingsophia.api.makeCustomJSONOperation
, however only 1 document is returned - and is not related to the data we just posted.The text was updated successfully, but these errors were encountered: