Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Add the completionStamp option to XML request #15

Open
dazoakley opened this issue Oct 10, 2011 · 0 comments
Open

Add the completionStamp option to XML request #15

dazoakley opened this issue Oct 10, 2011 · 0 comments
Labels

Comments

@dazoakley
Copy link
Owner

Add this little functionality to the 0.7 based calls...

Hi Rhoda,

As Arek pointed out, its described in the reference, feel free to contact me if you need further help on this.

With reference to v0.7, if users want assurance whether they have got full resultset, there is an additional flag only available for webservice api requests, completionStamp="1" e.g:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Query>
<Query  completionStamp="1" virtualSchemaName = "default" formatter = "TSV" header = "0" uniqueRows = "0" count = "" datasetConfigVersion = "0.6" >
  <Dataset name = "hsapiens_gene_ensembl" interface = "default" >
      <Filter name = "chromosome_name" value = "MT"/>
      <Attribute name = "ensembl_gene_id" />
  </Dataset>
</Query>

and the results upon successful completion would have one additional row at the end, i-e:
[success]

Hope this helps,
Syed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant