Class CmdsDocumentsController
- Namespace
- InSite.Api.Controllers
- Assembly
- InSite.UI.dll
This assignment of a specific profile, competency, or achievement to a specific learner is a document. Use the requests in this folder to query for things like assigned profiles, self-assessed competencies, validated competencies, granted achievements, and expired achievements.
[RoutePrefix("api/cmds/documents")]
public class CmdsDocumentsController : ApiBaseController, IHttpController, IDisposable
- Inheritance
-
CmdsDocumentsController
- Implements
- Inherited Members
Constructors
CmdsDocumentsController()
public CmdsDocumentsController()
Methods
Achievements(string, string)
[HttpGet]
[Route("achievements")]
public HttpResponseMessage Achievements(string achievement = null, string learner = null)
Parameters
Returns
Remarks
Use this request to query for a listing of the achievements assigned to learners in your organization.
Competencies(string, string)
[HttpGet]
[Route("competencies")]
public HttpResponseMessage Competencies(string competency = null, string learner = null)
Parameters
Returns
Remarks
Use this request to query for a listing of the competencies assigned to learners in your organization.
Profiles(string, string)
[HttpGet]
[Route("profiles")]
public HttpResponseMessage Profiles(string profile = null, string learner = null)
Parameters
Returns
Remarks
Use this request to query for a listing of the profiles assigned to learners in your organization.