Thanks Markus,

I've noticed in your examples that you are using tapir.php, so what tool do I have to use to make queries? I was using tapirDotNet.

2012/5/24 "Markus Döring (GBIF)" <mdoering@gbif.org>
Hi Daniel,

an example search asking for the first 2 records with no filter can be done like this:
http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&m=http://rs.tdwg.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&limit=2

Filtering by scientific name for dwc services goes like this:
http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&m=http://rs.tdwg.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&limit=2&f=http://rs.tdwg.org/dwc/dwcore/ScientificName%20like%20%22Sciurus*%22

To find supported output models and concepts the capabilities response of TAPIR is useful:
http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=c

Shared output models and concept aliases can be found at TDWG:
http://rs.tdwg.org/tapir/cs/

And in general the TAPIR specs document that all pretty well, albeit a bit technical:
http://www.tdwg.org/activities/tapir/specification


hope that helps,
Markus


On 24.05.2012, at 11:17, Daniel Fuentes wrote:

> Hello,
>
> I'm developing a program to make searches to the Tapir client. To do that, I have to include the parameteres of the query in the URL using the GET method. I have studied the source code and I think I should include the parameter "request" with the encoded query but it doesn't work for me.
>
> How the URL can be formed? What parameters do I have to include?
>
> Thanks in advance!
> Best,
> Daniel
> _______________________________________________
> tdwg-tag mailing list
> tdwg-tag@lists.tdwg.org
> http://lists.tdwg.org/mailman/listinfo/tdwg-tag




--
Un saludo.

Daniel Fuentes