get resource uri
Parses delete resource route.
delete resource uri.
Parses resources route which can be expanded with additional options. Supported items are:
searchQuery
- A string value used to identify resources using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain resource subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the resource property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.Query resources uri with search params
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
get resource uri
Parses get resource route.
update resource uri
Parses delete route; this route should be expanded with the Id of media vault resource.
Media vault object used to update specific Media vault resource in the system.
Options object.
Parses find route which can be expanded with additional options. Supported items are:
searchQuery
- A string referencing media vault properties using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain media vault subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the media vault property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.Query resource options object.
Parses get route; this route should be expanded with the Id of media vault resource.
Media vault id which uniquely identifies media vault resource that needs to be retrieved.
Query resource options object.
Parses update route; this route should be expanded with the Id of media vault resource.
Media vault object used to update specific Media vault resource in the system.
Generated using TypeDoc
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
baseRoute.create();