Appearance
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 ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth 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 ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSSmartLibraryServiceException | See Error Definitions |
WSInternalException | See Error Definitions |