GET classroomAPI/Coaching/getCoachingTopics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CoachingTopicName | 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": "1587be52-6add-4cc5-8f16-767a4b1326fe", "Name": "sample string 2", "Description": "sample string 3", "Reference": "sample string 4", "Created": "2025-04-03T19:33:38.0247779-04:00", "Enabled": true }, { "Ctidpk": "1587be52-6add-4cc5-8f16-767a4b1326fe", "Name": "sample string 2", "Description": "sample string 3", "Reference": "sample string 4", "Created": "2025-04-03T19:33:38.0247779-04: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-04-03T19:33:38.0247779-04:00</Created> <Ctidpk>1587be52-6add-4cc5-8f16-767a4b1326fe</Ctidpk> <Description>sample string 3</Description> <Enabled>true</Enabled> <Name>sample string 2</Name> <Reference>sample string 4</Reference> </CoachingTopic> <CoachingTopic> <Created>2025-04-03T19:33:38.0247779-04:00</Created> <Ctidpk>1587be52-6add-4cc5-8f16-767a4b1326fe</Ctidpk> <Description>sample string 3</Description> <Enabled>true</Enabled> <Name>sample string 2</Name> <Reference>sample string 4</Reference> </CoachingTopic> </ArrayOfCoachingTopic>