Number of APIs: 11
Content Storage Service provides storage and indexing for content and documents, which includes encryption/decryption of the content; and anti-virus and authorization checks on upload and download. It also supports Content Management Service (CMS) on storing contents and documents. CMS, ETS and Auth are pre-requisites to use CSS.
GET {{baseUrl}}/
Get all services of Content Storage Service
POST {{baseUrl}}/v2/tenant/:tenantId/content?avs-scan=true
Upload content for a tenant
GET {{baseUrl}}/v2/tenant/:tenantId/usage?units=velit irure eu
Get total storage used for a tenant
DELETE {{baseUrl}}/v2/content/:id/publicShareUrl/:urlId
Delete a sharable link
PUT {{baseUrl}}/v2/content/:id/publicShareUrl/:urlId
Update a sharable link
GET {{baseUrl}}/v2/content/:id/publicShareUrl/:urlId
Retrieve sharable link object
POST {{baseUrl}}/v2/content/:id/publicShareUrl?object-id=velit irure eu
Create a new sharable-link for download
GET {{baseUrl}}/v2/content/:id?object-id=velit irure eu
Get details of a specific content
GET {{baseUrl}}/v2/content/:id/download?object-id=velit irure eu&file-name=velit irure eu&mime-type=velit irure eu&disposition-type=velit irure eu&avs-scan=true
Download content
POST {{baseUrl}}/v2/content
Tenant user upload content
POST {{baseUrl}}/v2/upload/:id/content?avs-scan=true
Upload content with upload URL
ENDPOINTS