GET api/{version}/StudentDiscussion/LoadPolicyAcceptanceDetails?registrationId={registrationId}&isLoadPolicyDetails={isLoadPolicyDetails}

Used to load policy acceptance details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registrationId

integer

Required

isLoadPolicyDetails

boolean

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

DiscussionPolicy
NameDescriptionTypeAdditional 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:14.3173151-04:00",
  "PolicyAccepted": true,
  "PolicyChanged": true,
  "CompanyName": "sample string 5"
}