Newer Version Available
Files Connect Repository Folder Items
Get information about the files and folders in a repository folder.
Create a file in a repository folder.
- Resource
-
1/connect/content-hub/repositories/repositoryId/folders/repositoryFolderId/items1/connect/communities/communityId/content-hub/repositories/repositoryId/folders/repositoryFolderId/items - Available version
- 32.0
The communities resource is available in version 35.0 and later.
- Requires Chatter
- No
- HTTP methods
- GET, HEAD, POST
POST is supported in version 35.0 and later.
- Request parameters for GET
-
Parameter Name Type Description Required or Optional Available Version page Integer An integer specifying a page of items. The default value is 0, which returns the first page. Optional 32.0 pageSize Integer Specifies the number of items per page. Valid values are between 1 and 100. If you pass in null, the default is 25. Optional 32.0 - Response body for GET
- Repository Folder Items Collection
- Request body for POST
- Uploads to repositories are limited to 75 MB.
-
- Root XML tag
- <contentHubInputItem>
- JSON example
-
1{ 2 “itemTypeId” : “GoogleDocument”, 3 “fields” : [ 4 { 5 “name” : “title”, 6 “value” : “Content Hub Simple Create Specs” 7 }, 8 { 9 “name” : “description”, 10 “value” : “Document explaining the various connect api endpoints required for simple create” 11 }] 12} - Properties
-
Name Type Description Required or Optional Available Version fields Files Connect Field Value Input[] List of fields for the item to be created. Required to create a SharePoint file in a repository because the file name is required; otherwise optional 35.0 itemTypeId String ID of the item type. Required to create a file in a repository 35.0
- Response body for POST
- Repository Folder Item