74
edits
No edit summary |
No edit summary |
||
Line 69: | Line 69: | ||
! align="left"| Endpoint | ! align="left"| Endpoint | ||
! Method | ! Method | ||
! API Versions Available | |||
! Description | ! Description | ||
| '/aggregates/' | |||
| GET | |||
| v1 | |||
| returns a list of aggregates | |||
|- | |||
| '/mediarecords/' | |||
| GET | |||
| v0, v1, v2 | |||
| returns a list of media records | |||
|- | |||
| '/mediarecords/{UUID}' | |||
| GET | |||
| v0, v1, v2 | |||
| returns a media record with the specific UUID | |||
|- | |||
| '/mediaapps/' | |||
| GET | |||
| | |||
| returns a list of media apps | |||
|- | |- | ||
| '/organizations/' | | '/organizations/' | ||
| GET | | GET | ||
| v1 | |||
| returns a list of organizations records with UUIDs | | returns a list of organizations records with UUIDs | ||
|- | |- | ||
| '/organizations/{UUID}' | | '/organizations/{UUID}' | ||
| GET | | GET | ||
| v1 | |||
| returns a organization record with the specific UUID | | returns a organization record with the specific UUID | ||
|- | |- | ||
| '/people/' | | '/people/' | ||
| GET | | GET | ||
| v1 | |||
| returns a list of people | | returns a list of people | ||
|- | |- | ||
| '/people/{UUID}' | | '/people/{UUID}' | ||
| GET | | GET | ||
| v1 | |||
| returns a person record with the specific UUID | | returns a person record with the specific UUID | ||
|- | |- | ||
| '/records/' | | '/records/' | ||
| GET | | GET | ||
| v0, v1 | |||
| returns a list of records | | returns a list of records | ||
|- | |- | ||
| '/records/{UUID}' | | '/records/{UUID}' | ||
| GET | | GET | ||
| v0, v1 | |||
| returns a record with the specific UUID | | returns a record with the specific UUID | ||
|- | |- | ||
| '/recordsets/' | | '/recordsets/' | ||
| GET | | GET | ||
| v0, v1 | |||
| returns a list of record sets | | returns a list of record sets | ||
|- | |- | ||
| '/recordsets/{UUID}' | | '/recordsets/{UUID}' | ||
| GET | | GET | ||
| returns a | | v0, v1 | ||
| returns a record set with specific UUID | |||
|- | |- | ||
| '/ | | '/taxa/' | ||
| GET | | GET | ||
| | | v1 | ||
| returns a list of taxa | |||
| returns a list of | |||
|} | |} |
edits