GET api/deaschedules

Gets a list of DEA Schedules

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of DEA Schedules that can be used on various endpoints in the API

Collection of DEAScheduleModel
NameDescriptionTypeAdditional information
DisplayName

string

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "displayName": "sample string 1"
  },
  {
    "displayName": "sample string 1"
  }
]