IDigBio API v1 Specification: Difference between revisions

add new endpoints that I just became aware of
(add new endpoints that I just became aware of)
Line 284: Line 284:


----
----
=== GET /v1/recordsets ===
=== GET /v1/recordsets ===


Line 315: Line 316:
<pre>
<pre>
http://api.idigbio.org/v1/recordsets/{ID}
http://api.idigbio.org/v1/recordsets/{ID}
</pre>
;Parameters
* something goes here
;Sample Usage
<pre>
# CURL SOMETHING
</pre>
----
=== GET /v1/recordsets/{ID}/mediarecords ===
;Description
:Returns a colleciton of mediarecord IDs that belong to the recordset of the specified entity ID
;Resource URL
<pre>
http://api.idigbio.org/v1/recordsets/{ID}/mediarecords
</pre>
;Parameters
* something goes here
;Sample Usage
<pre>
# CURL SOMETHING
</pre>
----
=== GET /v1/recordsets/{ID}/records ===
;Description
:Returns a colleciton of record IDs that belong to the recordset of the specified entity ID
;Resource URL
<pre>
http://api.idigbio.org/v1/recordsets/{ID}/records
</pre>
</pre>


1,554

edits