GET classroomAPI/Coaching/getCoachingTopics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CoachingTopic| Name | Description | Type | Additional 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": "3869b6e7-672b-432a-98af-dc70f4b796b4",
"Name": "sample string 2",
"Description": "sample string 3",
"Reference": "sample string 4",
"Created": "2025-11-08T11:29:07.2449294-05:00",
"Enabled": true
},
{
"Ctidpk": "3869b6e7-672b-432a-98af-dc70f4b796b4",
"Name": "sample string 2",
"Description": "sample string 3",
"Reference": "sample string 4",
"Created": "2025-11-08T11:29:07.2449294-05: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>2025-11-08T11:29:07.2449294-05:00</Created>
<Ctidpk>3869b6e7-672b-432a-98af-dc70f4b796b4</Ctidpk>
<Description>sample string 3</Description>
<Enabled>true</Enabled>
<Name>sample string 2</Name>
<Reference>sample string 4</Reference>
</CoachingTopic>
<CoachingTopic>
<Created>2025-11-08T11:29:07.2449294-05:00</Created>
<Ctidpk>3869b6e7-672b-432a-98af-dc70f4b796b4</Ctidpk>
<Description>sample string 3</Description>
<Enabled>true</Enabled>
<Name>sample string 2</Name>
<Reference>sample string 4</Reference>
</CoachingTopic>
</ArrayOfCoachingTopic>