Skip to content

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,
POST

Returns the collection of all Media Object resources

Pagination^M^,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/mediaObjects/:id

GET,
PATCH,
DELETE

Returns the Media Object resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/mediaObjects/:id /categories

GET

Returns the collection of Category resources that classify the media object

Pagination,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/mediaObjects/:id /licenseHolder

GET

Return the Agent resource that is the license holder of the media object

Sparse Fieldsets,
Inclusion