Reports

Represents a list of all available reports.

URI
/api/v9/reports

GET List reports

List report names that are available via the API.

Syntax
GET /api/v9/reports
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X GET \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v9/reports"

Response headers

HeaderValueDescription
Content-Typeapplication/jsonMedia type of the resource
Content-Length1234Size of the response body in bytes
X-Count15Number of available reports

Response codes

Response codeDescription
200 OKThe list of reports was successfully returned

Example response

Response
[
  "ReportTrackers",
  "ReportTrackersApplicantDetails",
  "ReportApplicantRegistrations",
  "ReportApplicationLastRevised",
  "ReportApplicationRevisions",
  "ReportDocumentUploads",
  "ReportStatus",
  "ReportStatusByCitizenship",
  "ReportStatusByInstitutionAll",
  "ReportStatusByInstitutionTop1",
  "ReportStatusByInstitutionTop3",
  "ReportSizeByStatus",
  "ReportInvoices",
  "ReportStatusByCourseAdmin",
  "ReportStatusByCourseApplicant",
  "ReportStatusByCitizenshipAdmin",
  "ReportStatusByCitizenshipApplicant",
  "ReportApplicationsMatrix",
  "ReportOffersMatrix",
  "ReportApplicationsFunnelMonthly",
  "ReportApplicationsFunnelWeekly",
  "ReportApplicationsPriorities",
  "ReportInvoicesDetails"
]