GET restapi/personal/lti/{extensionId}/details/v2?courseId={courseId}
Gets the LTI customer setup for user and for the given course (if defined).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
extensionId | integer |
Required |
|
courseId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Itslearning.RestApi.Entities.Personal.LtiExtensionCustomerSetupName | Description | Type | Additional information |
---|---|---|---|
DeploymentId |
Deployment Id. |
string |
None. |
ClientId |
Identifier of itslearning as LTI connected LMS. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "DeploymentId": "sample string 1", "ClientId": "sample string 2" }
application/xml, text/xml
Sample:
<LtiExtensionCustomerSetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Itslearning.RestApi.Entities.Personal"> <ClientId>sample string 2</ClientId> <DeploymentId>sample string 1</DeploymentId> </LtiExtensionCustomerSetup>