GET api/Sessions/{id}

Retrieve session by Id.
Possible Service Responses:
200/OK - returns a stirng specifying blocking sessions.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

System.String

Required

Body Parameters

None.

Response Information

Resource Description

Session

Altai.Web.Services.Models.Session
NameDescriptionTypeAdditional information
LastModifiedOn

System.DateTime

None.

Id

System.String

None.

Name

System.String

None.

Title

System.String

None.

SessionGroup

Altai.Web.Services.Models.SessionGroup

None.

PreRequisiteSessions

System.Collections.Generic.List`1[Altai.Web.Services.Models.Session]

None.

TwoOption1

System.Boolean

None.

IsGuestSession

System.Boolean

None.

Event

System.String

None.

EventId

System.Guid

None.

Start

System.DateTime

None.

End

System.DateTime

None.

Description

System.String

None.

Type

System.String

None.

VenueAddress

System.String

None.

Response Formats

application/json, text/json

Sample:
{
  "LastModifiedOn": "2024-11-21T10:13:38.182137+00:00",
  "Id": "sample string 2",
  "Name": "sample string 3",
  "Title": "sample string 4",
  "SessionGroup": {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "DisplayOrder": 3.0
  },
  "PreRequisiteSessions": [],
  "TwoOption1": true,
  "IsGuestSession": true,
  "Event": "sample string 7",
  "EventId": "9e07d8b2-7b49-4197-847b-1c6843d9e35b",
  "Start": "2024-11-21T10:13:38.182137+00:00",
  "End": "2024-11-21T10:13:38.182137+00:00",
  "Description": "sample string 9",
  "Type": "sample string 10",
  "VenueAddress": "sample string 11"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.