74
edits
No edit summary |
No edit summary |
||
Line 75: | Line 75: | ||
| returns a list of organizations records with UUIDs | | returns a list of organizations records with UUIDs | ||
|- | |- | ||
| '/organizations/{ | | '/organizations/{UUID}' | ||
| GET | | GET | ||
| returns a organization record with the specific UUID | | returns a organization record with the specific UUID | ||
Line 90: | Line 90: | ||
| GET | | GET | ||
| returns a list of records | | returns a list of records | ||
|- | |||
| '/records/{UUID}' | |||
| GET | |||
| returns a record with the specific UUID | |||
|- | |- | ||
| '/recordsets/' | | '/recordsets/' | ||
| GET | | GET | ||
| returns a list of record sets | | returns a list of record sets | ||
|- | |||
| '/recordsets/{UUID}' | |||
| GET | |||
| returns a recordset with specific UUID | |||
|- | |- | ||
| '/mediarecords/' | | '/mediarecords/' | ||
| GET | | GET | ||
| returns a list of media records | | returns a list of media records | ||
|- | |||
| '/mediarecords/{UUID}' | |||
| GET | |||
| returns a media record with the specific UUID | |||
|- | |- | ||
| '/mediaapps/' | | '/mediaapps/' |
edits