Skip to content

findSmartEntryURLs ​

Returns any URLS related to a given SmartEntry

Request ​

http
GET /rest/smartlib/smartentry/{smartEntryId}/urls

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

smartEntryId - Id of of the Smart Entry for which URLs are being requested

Response ​

200 OK ​

Returns an array of SmartEntryURLJSON object(s).

json
[
  {
    "smartEntryUrlId": 4,
    "smartEntryUrlName": "MyURL0",
    "smartEntryUrlValue": "http://myurl.com/myreference/paper?article=0"
  },
  {
    "smartEntryUrlId": 5,
    "smartEntryUrlName": "MyURL1",
    "smartEntryUrlValue": "http://myurl.com/myreference/paper?article=1"
  },
  {
    "smartEntryUrlId": 6,
    "smartEntryUrlName": "MyURL2",
    "smartEntryUrlValue": "http://myurl.com/myreference/paper?article=2"
  }
]

Errors ​

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