GET api/{version}/Registration/getPolicyFies?PeriodId={PeriodId}&CourseId={CourseId}&CenterId={CenterId}&DivisionId={DivisionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodId | integer |
Required |
|
| CourseId | integer |
Required |
|
| CenterId | integer |
Required |
|
| DivisionId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PolicyFile| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyId | integer |
None. |
|
| PolicyName | string |
None. |
|
| FileName | string |
None. |
|
| Path | string |
None. |
|
| Description | string |
None. |
|
| PeriodId | integer |
None. |
|
| CourseId | integer |
None. |
|
| CenterId | integer |
None. |
|
| IsAgreed | boolean |
None. |
|
| IsOndemand | boolean |
None. |
|
| IsOnline | boolean |
None. |
|
| OriginalPath | string |
None. |
|
| IsBook | boolean |
None. |
|
| ProductId | integer |
None. |
|
| CourseRepeatTypeId | integer |
None. |
|
| PolicyType | string |
None. |
|
| PolicyContent | string |
None. |
|
| VersionId | integer |
None. |
|
| StudentProductId | integer |
None. |
|
| IsDisable | boolean |
None. |
|
| IsCorporatePolicy | boolean |
None. |
|
| IsBundled | boolean |
None. |
|
| ProductType | string |
None. |
|
| ProductName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PolicyId": 1,
"PolicyName": "sample string 2",
"FileName": "sample string 3",
"Path": "sample string 4",
"Description": "sample string 5",
"PeriodId": 6,
"CourseId": 7,
"CenterId": 8,
"IsAgreed": true,
"IsOndemand": true,
"IsOnline": true,
"OriginalPath": "sample string 12",
"IsBook": true,
"ProductId": 14,
"CourseRepeatTypeId": 15,
"PolicyType": "sample string 16",
"PolicyContent": "sample string 17",
"VersionId": 18,
"StudentProductId": 19,
"IsDisable": true,
"IsCorporatePolicy": true,
"IsBundled": true,
"ProductType": "sample string 23",
"ProductName": "sample string 24"
},
{
"PolicyId": 1,
"PolicyName": "sample string 2",
"FileName": "sample string 3",
"Path": "sample string 4",
"Description": "sample string 5",
"PeriodId": 6,
"CourseId": 7,
"CenterId": 8,
"IsAgreed": true,
"IsOndemand": true,
"IsOnline": true,
"OriginalPath": "sample string 12",
"IsBook": true,
"ProductId": 14,
"CourseRepeatTypeId": 15,
"PolicyType": "sample string 16",
"PolicyContent": "sample string 17",
"VersionId": 18,
"StudentProductId": 19,
"IsDisable": true,
"IsCorporatePolicy": true,
"IsBundled": true,
"ProductType": "sample string 23",
"ProductName": "sample string 24"
}
]