Skip to content

createSmartEntryURL ​

Adds a new URL to a given Smart Entry

Request ​

http
POST /rest/smartlib/smartentry/{smartEntryId}/url

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

smartEntryId - Id of of the Smart Entry to which a URL is to be added

Response ​

200 OK ​

Returns a single SmartEntryURLJSON object:

json
{
    "smartEntryUrlId": 4,
    "smartEntryUrlName": "MyURL0",
    "smartEntryUrlValue": "http://myurl.com/myreference/paper?article=0"
}

Errors ​

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