Back to endpoints

Get staff schedule for the current user account

GET PublicApi/{rewriteUrl}/{language}/StaffSchedule/{id}/GetForCurrentUser

Returns a list of events corresponding to the schedule of the staff associated with the current user account

Request Information

URI Parameters

PARAMETERS
rewriteUrl (string)

Unique, url-friendly organization token. Part of base url

Required
language (string)

Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en'

Required
id (string)

Staff schedule id

Required

Body Parameters

None.

Response Information

Resource Description

PARAMETERS
Version (Version)
Content (HttpContent)
StatusCode (HttpStatusCode)
ReasonPhrase (string)
Headers ()
RequestMessage (HttpRequestMessage)
IsSuccessStatusCode (boolean)

Response Formats

CODE SAMPLE JSON
{
  "Title": "Lifeguard",
  "StaffId": 0,
  "OccurrenceId": 0,
  "OrgRewriteUrl": "natatorium-verdun",
  "StartDate": "0001-01-01T00:00:00",
  "EndDate": "0001-01-01T00:00:00",
  "StartTime": "00:00:00",
  "EndTime": "00:00:00",
  "BufferBefore": null,
  "BufferAfter": null,
  "TimeZone": "Eastern Standard Time",
  "Location": "Natatorium de Verdun",
  "AttendanceRole": "None",
  "Type": "Regular"
}