Skip to content

getCompanySmartLibrariesForUser ​

Returns a list of "Company" Smart Libraries that have been assigned to a given User. Intended to be used for MI Desktop so a User can choose which library to upload into.

Request ​

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

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