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": "76e09ef8-2c05-45d6-b255-8d0b4f3c2815", "Name": "sample string 2", "Description": "sample string 3", "Reference": "sample string 4", "Created": "2024-11-25T04:26:00.5032342-05:00", "Enabled": true }, { "Ctidpk": "76e09ef8-2c05-45d6-b255-8d0b4f3c2815", "Name": "sample string 2", "Description": "sample string 3", "Reference": "sample string 4", "Created": "2024-11-25T04:26:00.5032342-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>2024-11-25T04:26:00.5032342-05:00</Created> <Ctidpk>76e09ef8-2c05-45d6-b255-8d0b4f3c2815</Ctidpk> <Description>sample string 3</Description> <Enabled>true</Enabled> <Name>sample string 2</Name> <Reference>sample string 4</Reference> </CoachingTopic> <CoachingTopic> <Created>2024-11-25T04:26:00.5032342-05:00</Created> <Ctidpk>76e09ef8-2c05-45d6-b255-8d0b4f3c2815</Ctidpk> <Description>sample string 3</Description> <Enabled>true</Enabled> <Name>sample string 2</Name> <Reference>sample string 4</Reference> </CoachingTopic> </ArrayOfCoachingTopic>