GET api/library/security/libraryUrls
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"BaseUrl": "sample string 1",
"LoginUrl": "sample string 2",
"SearchUrl": "sample string 3",
"RenewUrl": "sample string 4"
}
application/xml, text/xml
Sample:
<LibraryUrls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Libraries.Models"> <BaseUrl>sample string 1</BaseUrl> <LoginUrl>sample string 2</LoginUrl> <RenewUrl>sample string 4</RenewUrl> <SearchUrl>sample string 3</SearchUrl> </LibraryUrls>