Appearance
findSmartEntryURLs ​
Returns any URLS related to a given SmartEntry
Request ​
http
GET /rest/smartlib/smartentry/{smartEntryId}/urlsHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth 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 ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSSmartEntryNotFoundException | See Error Definitions |
WSSmartLibraryServiceException | See Error Definitions |