74
edits
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
API REST Endpoints table | API REST Endpoints table | ||
{| | {| | ||
! align="left"| Endpoint | |||
! Method | |||
! Description | |||
|- | |||
| '/organizations/' | |||
| GET | |||
| returns a list of organizations records with UUIDs | |||
|- | |||
| '/organizations/{uuid}' | |||
| GET | |||
| returns a organization record with the specific UUID | |||
|- | |||
| '/people/' | |||
| GET | |||
| returns a list of people | |||
|- | |||
| '/people/{UUID}' | |||
| GET | |||
| returns a person record with the specific UUID | |||
|- | |||
| '/records/' | |||
| GET | |||
| returns a list of records | |||
|- | |||
| '/recordsets/' | |||
| GET | |||
| returns a list of record sets | |||
|- | |||
| '/mediarecords/' | |||
| GET | |||
| returns a list of media records | |||
|- | |||
| '/mediaapps/' | |||
| GET | |||
| returns a list of media apps | |||
|} | |} |
edits