GET api/StudentDiscussion/LoadPolicyAcceptanceDetails?registrationId={registrationId}&isLoadPolicyDetails={isLoadPolicyDetails}
Used to load policy acceptance details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| isLoadPolicyDetails | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
DiscussionPolicy| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyPath |
Gets or sets policy path |
string |
None. |
| LastDateforDiscussion |
Gets or sets the last date for discussion |
date |
None. |
| PolicyAccepted |
Gets or sets the policy accepted |
boolean |
None. |
| PolicyChanged |
Gets or sets the policy changed |
boolean |
None. |
| CompanyName |
Gets or sets the company name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PolicyPath": "sample string 1",
"LastDateforDiscussion": "2026-04-02T23:50:20.5931132-04:00",
"PolicyAccepted": true,
"PolicyChanged": true,
"CompanyName": "sample string 5"
}