---
title: "Admin Get Course By ID"
method: GET
path: "/admins/courses/{id}"
tags: ["admins-courses"]
---

# Admin Get Course By ID

`GET /admins/courses/{id}`

admin get course by id

## Path parameters

- `id` string, required

## Response `200`

OK

- DomainCourse
  - `code` string
  - `color` string
  - `createdAt` string
  - `description` string
  - `id` string
  - `imageUrl` string
  - `name` string
  - `published` boolean
  - `updatedAt` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

## Changes

- **2021-02-13** `58f2e0836738` — 1 info
  - api operation id `adminGetCourseById` removed and replaced with ``
- **2021-02-05** `7cb175e271b4` — 2 info
  - api tag `admins-courses` added
  - api tag `admins` removed
- **2021-02-04** `0677335332a8` — 3 info
  - api operation id `adminGetCourseById` was added
  - api tag `admins` added
  - api tag `admins-courses` removed

[Change history](https://skmtc.dev/creatly/apis/creatly-api/changes/admins/courses/:id/get.md)

---

[API](https://skmtc.dev/creatly/apis/creatly-api.md) · [All operations](https://skmtc.dev/creatly/apis/creatly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/creatly/creatly-api/revisions/513aaee36614/schema)
