Library Information System: REST Web Service


Click here for a complete list of operations.

GET: author?session_id={session_id}

Description

Retrieves the list of users in the system for the current user's session

How to Execute

To access this REST web service, you need to use the following URL:

https://www.libraryinformationsystem.org/Services/RestService.svc/author?session_id={session_id}

Request Parameters

Name Description
session_id The unique session id

Request Body

Nothing Expected

Return Data

<ArrayOfAuthor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SampleApplications.LibraryInformationSystem.Web.DataObjects">
  <Author>
    <Age>0</Age>
    <Id>0</Id>
    <Name i:nil="true" />
  </Author>
</ArrayOfAuthor>