Class CmdsContactsController
- Namespace
- InSite.Api.Controllers
- Assembly
- InSite.UI.dll
[RoutePrefix("api/cmds/contacts")]
public class CmdsContactsController : ApiBaseController, IHttpController, IDisposable
- Inheritance
-
CmdsContactsController
- Implements
- Inherited Members
Remarks
The Competency Management and Development System (CMDS) is a toolkit designed specifically for designing, delivering, and administrating competency-based training and education plans. It is a purpose-built for technical trades, where occupational profiles are defined in terms of customizable competency frameworks, and microcredentials are granted to learners (who may be students, employees, contractors, members, etc.) for completed achievements.
Constructors
CmdsContactsController()
public CmdsContactsController()
Methods
Departments(string)
[HttpGet]
[Route("departments")]
public HttpResponseMessage Departments(string include = null)
Parameters
includestring
Returns
Remarks
Use this request to query for a listing of the departments in your organization, and the learners assigned to each department.
Users()
[HttpGet]
[Route("users")]
public HttpResponseMessage Users()
Returns
Remarks
Use this request to query for a listing of the users in your organization, and the departments to which each learner is assigned.