Media Object Routes¶
Media Object routes are those used to create, retrieve, update, and delete Media Object resources, as well as to retrieve resources they are related to.
Route | Methods | Description | Additional GET features |
---|---|---|---|
/2022-10/mediaObjects |
GET, |
Returns the collection of all Media Object resources |
Pagination^M^, |
/2022-10/mediaObjects/:id |
GET, |
Returns the Media Object resource identified by the |
Sparse Fieldsets, |
/2022-10/mediaObjects/:id /categories |
GET |
Returns the collection of Category resources that classify the media object |
Pagination, |
/2022-10/mediaObjects/:id /licenseHolder |
GET |
Return the Agent resource that is the license holder of the media object |
Sparse Fieldsets, |