/
Avalon API
Avalon API
A simple API for working with Avalon objects.
- 1 Authentication
- 2 Media Objects
- 2.2 Example Requests
- 2.2.1 GET /media_objects/:id.json
- 2.2.2 Example Response
- 2.2.3 GET /media_objects.json
- 2.2.4 Example Response
- 2.2.5 POST /media_objects.json
- 2.2.6 Example Request Data (data.json)
- 2.2.7 Example Response
- 2.2.8 PUT /media_objects/:id.json
- 2.2.9 Example Request Data (data.json)
- 2.2.10 Example Response
- 2.2.11 DELETE /media_objects/:id.json
- 2.2.12 Example Response
- 3 Admin Collection
- 3.1 Parameters for POST and PUT:
- 3.1.1 GET /admin/collections.json
- 3.1.2 Example Response
- 3.1.3 GET /admin/collections/:id.json
- 3.1.4 Example Response
- 3.1.5 GET /admin/collections/:id/items.json
- 3.1.6 Example Response
- 3.1.7 POST /admin/collections.json
- 3.1.8 Example Request Data (data.json)
- 3.1.9 Example Response
- 3.1.10 PUT /admin/collections/:id.json
- 3.1.11 Example Request Data (data.json)
- 3.1.12 Example Response
- 3.1 Parameters for POST and PUT:
- 4 Units
- 5 Supplemental Files