cancel
Showing results for 
Search instead for 
Did you mean: 

JAM API - Create a Folder

jonaswang
Advisor
Advisor
0 Kudos

Hi Experts,

I want to create a folder using the JAM API. However, I don't see an oData API for creating a folder on the JAM oData reference guide. Is there an API for doing so or am I missing something?

Accepted Solutions (1)

Accepted Solutions (1)

former_member47845
Discoverer
0 Kudos

You have to POST to the Folders navigation off a Group (if you want to create a Folder at the top-level of a Group's content), or another Folder (if you want to create a sub-folder).

See the "HTTP POST Operations" for "Folders" here:

https://developer.sapjam.com/ODataDocs/ui#group_group_navigations

And here:

https://developer.sapjam.com/ODataDocs/ui#content_folder_navigations

Answers (0)