IDigBio Download API: Difference between revisions

Jump to navigation Jump to search
Line 22: Line 22:
;;POST requests
;;POST requests


A query submitted as a POST request must be supplied as JSON in the content body and specify the "Content-Type: application/json" request header.
A query submitted as a POST request must be supplied as JSON in the content body and specify the "Content-Type: application/x-www-form-urlencoded" request header. This differs from the search endpoints which require "Content-Type: application/json" request header.
 


== Query Endpoint ==
== Query Endpoint ==