Hyperlink folders REST Endpoints

Application/2.0/Hyperlink folders
Hyperlink folders organize your hyperlinks.
Add content to a folder
Method: patch
Path: /api/REST/2.0/assets/hyperlink/folder/{id}/contents
Create a folder
Method: post
Path: /api/REST/2.0/assets/hyperlink/folder
Delete a folder
Method: delete
Path: /api/REST/2.0/assets/hyperlink/folder/{id}
Retrieve a folder
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/{id}
Retrieve a list of folder contents
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/{id}/contents
Retrieve a list of folder contents in the root folder
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/root/contents
Retrieve a list of folders
Method: get
Path: /api/REST/2.0/assets/hyperlink/folders
Retrieve a list of subfolders
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/{id}/folders
Retrieve a list of subfolders in the root folder
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/root/folders
Retrieve the root folder
Method: get
Path: /api/REST/2.0/assets/hyperlink/folder/root
Update a folder
Method: put
Path: /api/REST/2.0/assets/hyperlink/folder/{id}