POST Api/ProgressIEP/ObjectiveSelectionForLessonPlanObjectives
Request Information
URI Parameters
None.
Body Parameters
ObjectiveSelectionPaginationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PEP_NUMBER | decimal number |
None. |
|
| OBJ_CODE | decimal number |
None. |
|
| OBJ_GOAL | decimal number |
None. |
|
| OBJ_SUBJECT_CODE | string |
None. |
|
| SMART_Objective | string |
None. |
|
| GRADE_0 | integer |
None. |
|
| GRADE_1 | integer |
None. |
|
| GRADE_2 | integer |
None. |
|
| GRADE_3 | integer |
None. |
|
| GRADE_4 | integer |
None. |
|
| GRADE_5 | integer |
None. |
|
| GRADE_6 | integer |
None. |
|
| GRADE_7 | integer |
None. |
|
| GRADE_8 | integer |
None. |
|
| GRADE_9 | integer |
None. |
|
| GRADE_10 | integer |
None. |
|
| GRADE_11 | integer |
None. |
|
| GRADE_12 | integer |
None. |
|
| GRADE_13 | integer |
None. |
|
| STAFFID | decimal number |
None. |
|
| ViewOnlyFavorite | boolean |
None. |
|
| ViewOnlyEssentialElementOnly | boolean |
None. |
|
| OnlyCarryOverObjectives | boolean |
None. |
|
| TextFilter | string |
None. |
|
| FavouriteText | string |
None. |
|
| SE | integer |
None. |
|
| GRADE_K | integer |
None. |
|
| ObjectiveCodes | integer |
None. |
|
| FromTemplate | string |
None. |
|
| FromPriorIEP | decimal number |
None. |
|
| DeafaultAccuracy | string |
None. |
|
| TheraphyLogArea | string |
None. |
|
| searchText | string |
None. |
|
| LessonPlanPEPId | Collection of LessonPlanPEPIdList |
None. |
|
| pageNumber | integer |
None. |
|
| _pageSize | integer |
None. |
|
| pageSize | integer |
None. |
|
| CampusName | string |
None. |
|
| UserID | string |
None. |
|
| DeviceID | string |
None. |
|
| DeviceOS | string |
None. |
|
| Version | string |
None. |
|
| accessToken | string |
Required Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$ |
Request Formats
application/json, text/json
Sample:
{
"PEP_NUMBER": 1.0,
"OBJ_CODE": 1.0,
"OBJ_GOAL": 1.0,
"OBJ_SUBJECT_CODE": "sample string 1",
"SMART_Objective": "sample string 2",
"GRADE_0": 3,
"GRADE_1": 4,
"GRADE_2": 5,
"GRADE_3": 6,
"GRADE_4": 7,
"GRADE_5": 8,
"GRADE_6": 9,
"GRADE_7": 10,
"GRADE_8": 11,
"GRADE_9": 12,
"GRADE_10": 13,
"GRADE_11": 14,
"GRADE_12": 15,
"GRADE_13": 16,
"STAFFID": 1.0,
"ViewOnlyFavorite": true,
"ViewOnlyEssentialElementOnly": true,
"OnlyCarryOverObjectives": true,
"TextFilter": "sample string 17",
"FavouriteText": "sample string 18",
"SE": 19,
"GRADE_K": 20,
"ObjectiveCodes": 21,
"FromTemplate": "sample string 22",
"FromPriorIEP": 23.0,
"DeafaultAccuracy": "sample string 24",
"TheraphyLogArea": "sample string 25",
"searchText": "sample string 26",
"LessonPlanPEPId": [
{
"PEP_NUMBER": 1.0
},
{
"PEP_NUMBER": 1.0
}
],
"pageNumber": 27,
"_pageSize": 29,
"pageSize": 29,
"CampusName": "sample string 30",
"UserID": "sample string 31",
"DeviceID": "sample string 32",
"DeviceOS": "sample string 33",
"Version": "sample string 34",
"accessToken": "sample string 35"
}
text/html
Sample:
{"PEP_NUMBER":1.0,"OBJ_CODE":1.0,"OBJ_GOAL":1.0,"OBJ_SUBJECT_CODE":"sample string 1","SMART_Objective":"sample string 2","GRADE_0":3,"GRADE_1":4,"GRADE_2":5,"GRADE_3":6,"GRADE_4":7,"GRADE_5":8,"GRADE_6":9,"GRADE_7":10,"GRADE_8":11,"GRADE_9":12,"GRADE_10":13,"GRADE_11":14,"GRADE_12":15,"GRADE_13":16,"STAFFID":1.0,"ViewOnlyFavorite":true,"ViewOnlyEssentialElementOnly":true,"OnlyCarryOverObjectives":true,"TextFilter":"sample string 17","FavouriteText":"sample string 18","SE":19,"GRADE_K":20,"ObjectiveCodes":21,"FromTemplate":"sample string 22","FromPriorIEP":23.0,"DeafaultAccuracy":"sample string 24","TheraphyLogArea":"sample string 25","searchText":"sample string 26","LessonPlanPEPId":[{"PEP_NUMBER":1.0},{"PEP_NUMBER":1.0}],"pageNumber":27,"_pageSize":29,"pageSize":29,"CampusName":"sample string 30","UserID":"sample string 31","DeviceID":"sample string 32","DeviceOS":"sample string 33","Version":"sample string 34","accessToken":"sample string 35"}
application/xml, text/xml
Sample:
<ObjectiveSelectionPaginationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
<CampusName>sample string 30</CampusName>
<DeviceID>sample string 32</DeviceID>
<DeviceOS>sample string 33</DeviceOS>
<UserID>sample string 31</UserID>
<Version>sample string 34</Version>
<accessToken>sample string 35</accessToken>
<DeafaultAccuracy>sample string 24</DeafaultAccuracy>
<FavouriteText>sample string 18</FavouriteText>
<FromPriorIEP>23</FromPriorIEP>
<FromTemplate>sample string 22</FromTemplate>
<GRADE_0>3</GRADE_0>
<GRADE_1>4</GRADE_1>
<GRADE_10>13</GRADE_10>
<GRADE_11>14</GRADE_11>
<GRADE_12>15</GRADE_12>
<GRADE_13>16</GRADE_13>
<GRADE_2>5</GRADE_2>
<GRADE_3>6</GRADE_3>
<GRADE_4>7</GRADE_4>
<GRADE_5>8</GRADE_5>
<GRADE_6>9</GRADE_6>
<GRADE_7>10</GRADE_7>
<GRADE_8>11</GRADE_8>
<GRADE_9>12</GRADE_9>
<GRADE_K>20</GRADE_K>
<LessonPlanPEPId>
<LessonPlanPEPIdList>
<PEP_NUMBER>1</PEP_NUMBER>
</LessonPlanPEPIdList>
<LessonPlanPEPIdList>
<PEP_NUMBER>1</PEP_NUMBER>
</LessonPlanPEPIdList>
</LessonPlanPEPId>
<OBJ_CODE>1</OBJ_CODE>
<OBJ_GOAL>1</OBJ_GOAL>
<OBJ_SUBJECT_CODE>sample string 1</OBJ_SUBJECT_CODE>
<ObjectiveCodes>21</ObjectiveCodes>
<OnlyCarryOverObjectives>true</OnlyCarryOverObjectives>
<PEP_NUMBER>1</PEP_NUMBER>
<SE>19</SE>
<SMART_Objective>sample string 2</SMART_Objective>
<STAFFID>1</STAFFID>
<TextFilter>sample string 17</TextFilter>
<TheraphyLogArea>sample string 25</TheraphyLogArea>
<ViewOnlyEssentialElementOnly>true</ViewOnlyEssentialElementOnly>
<ViewOnlyFavorite>true</ViewOnlyFavorite>
<_pageSize>29</_pageSize>
<pageNumber>27</pageNumber>
<pageSize>29</pageSize>
<searchText>sample string 26</searchText>
</ObjectiveSelectionPaginationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />