Skip to main content
GET
/
subjects
/
{subjectId}
get-by-id
curl --request GET \
  --url https://api.example.com/subjects/{subjectId}

get-by-id

No description available.

Parameters

subjectId (Required)

  • Type: string
  • In: path
  • Example: 123e4567-e89b-12d3-a456-426614174000

Response

200

No description available.

Example Request

openapi: GET /subjects/{subjectId}