Table of Contents

Class TimelineController

Namespace
InSite.Api
Assembly
InSite.UI.dll
[ApiAuthenticationRequirement(ApiAuthenticationType.None)]
[JwtAuthorize]
public class TimelineController : ApiController, IHttpController, IDisposable
Inheritance
TimelineController
Implements
Inherited Members

Constructors

TimelineController()

public TimelineController()

Methods

ExecuteCommand(string)

[HttpPost]
[Route("api/timeline/commands")]
public HttpResponseMessage ExecuteCommand(string command)

Parameters

command string

Returns

HttpResponseMessage