Skip to content

canUploadToCompanySmartLibrary ​

Determines whether or not a User can upload into a Company's Smart Library(ies). Usually only MI. Used to quickly determine if a User has the correct upload permissions

Request ​

http
GET /rest/smartlib/company/{cId}/canUpload

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

cId - Company Id of of the Smart Library which the User wants to verify they can upload into.

Response ​

200 OK ​

JSON Response:

json
{                
"booleanValue": true
}

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSSmartLibraryServiceExceptionSee Error Definitions
WSInternalExceptionSee Error Definitions