Bookings
Clients
API | Description |
---|---|
GET api/v1/clients?code={code}&isPublished={isPublished}&properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/clients/{id}?isPublished={isPublished} |
No documentation available. |
GET api/v1/clients/{id}/programs |
No documentation available. |
Exams
Countries
API | Description |
---|---|
GET api/v1/countries?properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/countries/{id} |
No documentation available. |
GET api/v1/countries/{id}/provinces?properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
Holds
Fees
API | Description |
---|---|
GET api/v1/fees/{id}?properties={properties} |
No documentation available. |
GET api/v1/fees?properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/fees/{id}/exams?properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/fees/{id}/countries?properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
TimeZones
API | Description |
---|---|
GET api/v1/timezones/{isProctor}?properties={properties} |
No documentation available. |
Slots
Sites
Proctor
Reservations
API | Description |
---|---|
GET api/v1/reservations?Name={Name}&ProviderId={ProviderId}&SiteCode={SiteCode}&ProgramId={ProgramId}&StartDate={StartDate}&EndDate={EndDate}&ClientId={ClientId}&ExamId={ExamId}&properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/reservations/{id} |
No documentation available. |
GET api/v1/reservations/{id}/holds |
No documentation available. |
POST api/v1/reservations |
No documentation available. |
PUT api/v1/reservations |
No documentation available. |
DELETE api/v1/reservations/{id}/holds/{holdId} |
No documentation available. |
PUT api/v1/reservation/details |
No documentation available. |
TestingAccommodations
API | Description |
---|---|
GET api/v1/TestingAccommodations/{id}?properties={properties} |
No documentation available. |
GET api/v1/TestingAccommodations?name={name}&properties={properties} |
No documentation available. |
Providers
API | Description |
---|---|
GET api/v1/providers?name={name}&firstName={firstName}&lastName={lastName}&email={email}&properties={properties}&orderBy={orderBy}&take={take}&skip={skip} |
No documentation available. |
GET api/v1/providers/{id} |
No documentation available. |
POST api/v1/providers |
No documentation available. |
PUT api/v1/providers |
No documentation available. |
Programs
Calendar
API | Description |
---|---|
GET api/v1/calendar/health |
No documentation available. |
GET api/v1/calendar/site/{code}?properties={properties} |
No documentation available. |
GET api/v1/calendar/site/{code}/{year}/{month} |
No documentation available. |
GET api/v1/calendar/site/{code}/{year}/{month}/{day} |
No documentation available. |