GET classroomAPI/Coaching/getCoachingTopics

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CoachingTopic
NameDescriptionTypeAdditional information
Ctidpk

globally unique identifier

None.

Name

string

None.

Description

string

None.

Reference

string

None.

Created

date

None.

Enabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Ctidpk": "b4962b1f-8e4c-4004-8960-97f373c491d2",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "Reference": "sample string 4",
    "Created": "2024-06-27T07:38:23.3790014+00:00",
    "Enabled": true
  },
  {
    "Ctidpk": "b4962b1f-8e4c-4004-8960-97f373c491d2",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "Reference": "sample string 4",
    "Created": "2024-06-27T07:38:23.3790014+00:00",
    "Enabled": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCoachingTopic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching">
  <CoachingTopic>
    <Created>2024-06-27T07:38:23.3790014+00:00</Created>
    <Ctidpk>b4962b1f-8e4c-4004-8960-97f373c491d2</Ctidpk>
    <Description>sample string 3</Description>
    <Enabled>true</Enabled>
    <Name>sample string 2</Name>
    <Reference>sample string 4</Reference>
  </CoachingTopic>
  <CoachingTopic>
    <Created>2024-06-27T07:38:23.3790014+00:00</Created>
    <Ctidpk>b4962b1f-8e4c-4004-8960-97f373c491d2</Ctidpk>
    <Description>sample string 3</Description>
    <Enabled>true</Enabled>
    <Name>sample string 2</Name>
    <Reference>sample string 4</Reference>
  </CoachingTopic>
</ArrayOfCoachingTopic>