POST Api/ProgressIEP/ObjectiveSelectionToolByFilter
Request Information
URI Parameters
None.
Body Parameters
ObjectiveSelectionToolRequest| 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 | integer |
None. |
|
| FromPriorIEP | integer |
None. |
|
| DeafaultAccuracy | string |
None. |
|
| TheraphyLogArea | string |
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": 22,
"FromPriorIEP": 23,
"DeafaultAccuracy": "sample string 24",
"TheraphyLogArea": "sample string 25",
"CampusName": "sample string 26",
"UserID": "sample string 27",
"DeviceID": "sample string 28",
"DeviceOS": "sample string 29",
"Version": "sample string 30",
"accessToken": "sample string 31"
}
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":22,"FromPriorIEP":23,"DeafaultAccuracy":"sample string 24","TheraphyLogArea":"sample string 25","CampusName":"sample string 26","UserID":"sample string 27","DeviceID":"sample string 28","DeviceOS":"sample string 29","Version":"sample string 30","accessToken":"sample string 31"}
application/xml, text/xml
Sample:
<ObjectiveSelectionToolRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 26</CampusName> <DeviceID>sample string 28</DeviceID> <DeviceOS>sample string 29</DeviceOS> <UserID>sample string 27</UserID> <Version>sample string 30</Version> <accessToken>sample string 31</accessToken> <DeafaultAccuracy>sample string 24</DeafaultAccuracy> <FavouriteText>sample string 18</FavouriteText> <FromPriorIEP>23</FromPriorIEP> <FromTemplate>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> <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> </ObjectiveSelectionToolRequest>
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/" />