{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms userCollectionFolders API", "version": "1.10.14" }, "items": [ { "info": { "name": "userCollectionFolders", "type": "folder" }, "items": [ { "info": { "name": "Get multiple userCollectionFolders.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionFolders", "params": [ { "name": "include", "value": "items", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: items, owners" }, { "name": "filter[id]", "value": "", "type": "query", "description": "Folder Id (e.g. `CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX`)" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple userCollectionFolders by available filters, or without if applicable." }, { "info": { "name": "Create single userCollectionFolder.", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.tidal.com/v2/userCollectionFolders", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new userCollectionFolder." }, { "info": { "name": "Get single userCollectionFolder.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" }, { "name": "include", "value": "items", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: items, owners" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves single userCollectionFolder by id." }, { "info": { "name": "Update single userCollectionFolder.", "type": "http" }, "http": { "method": "PATCH", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates existing userCollectionFolder." }, { "info": { "name": "Delete single userCollectionFolder.", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes existing userCollectionFolder." }, { "info": { "name": "Get items relationship (\"to-many\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id/relationships/items", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" }, { "name": "page[cursor]", "value": "", "type": "query", "description": "Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified" }, { "name": "sort", "value": "", "type": "query", "description": "Values prefixed with \"-\" are sorted descending; values without it are sorted ascending." }, { "name": "include", "value": "items", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: items" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves items relationship." }, { "info": { "name": "Add to items relationship (\"to-many\").", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id/relationships/items", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Adds item(s) to items relationship." }, { "info": { "name": "Delete from items relationship (\"to-many\").", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id/relationships/items", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes item(s) from items relationship." }, { "info": { "name": "Get owners relationship (\"to-many\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionFolders/:id/relationships/owners", "params": [ { "name": "id", "value": "CBMHXUOuJZgroV2kWpeVLL1I7xdgvF6ocDEGCXov8SZq3WVhrOcOq5pjnGawKX", "type": "path", "description": "Folder Id" }, { "name": "include", "value": "owners", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: owners" }, { "name": "page[cursor]", "value": "", "type": "query", "description": "Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves owners relationship." } ] } ], "bundled": true }