Appearance
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}/canUploadHeaders ​
| 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 |