Overview
The loc:locations resource provides links to query and manipulate the folder structure of a system.
Properties
The loc:locations resource has no properties.
Link Relations
Start a long-running command to delete a list of items in folders. |
|
Get an item by its id. |
|
Get the root item of the folder structure. |
Description
The loc:locations resource provides links to query and manipulate the folder structure of a system.
Examples
MC | Asset Management
{
"_links": {
"curies": [
{
"href": "http://services.avid.com/apis/locations/{rel}",
"name": "loc",
"templated": true
}
],
"self": {
"href": "https://host/…"
},
"loc:root-item": {
"href": "https://host/…"
}
}
}
MC | Production Management
{
"base": {
"systemID": "ea836abc-105a-11ea-8d71-362b9e155667",
"systemType": "interplay-pam"
},
"_links": {
"curies": {
"name": "loc",
"href": "http://services.avid.com/apis/locations/{rel}",
"templated": true
},
"self": {
"href": "https://host/…"
},
"loc:root-item": {
"href": "https://host/…"
},
"loc:item-by-id": {
"href": "https://host/…",
"templated": true
}
}
}