Library Information System: REST Web Service
Click here for a complete list of operations.
Retrieves a single author by its id
To access this REST web service, you need to use the following URL:
https://libraryinformationsystem.org/services/RestService.svc/author/{id}?session_id={session_id}
Nothing Expected
<Author xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SampleApplications.LibraryInformationSystem.Web.DataObjects"> <Age>0</Age> <Id>0</Id> <Name i:nil="true" /> </Author>
{"Age":0, "Id":0, "Name":null}