POST Api/ProgressIEP/ObjectiveOutcomByFilterWeb
Request Information
URI Parameters
None.
Body Parameters
ObjectiveOutcomeModelName | Description | Type | Additional information |
---|---|---|---|
PEP_NUMBER | decimal number |
None. |
|
SUBJECT_CODE | string |
None. |
|
StaffId | decimal number |
None. |
|
Student_Id | decimal number |
None. |
|
PEP_OBJ_EVAL_MEMO_1 | boolean |
None. |
|
PEP_OBJ_EVAL_MEMO_2 | boolean |
None. |
|
PEP_OBJ_EVAL_MEMO_3 | boolean |
None. |
|
PEP_OBJ_EVAL_MEMO_4 | boolean |
None. |
|
PEP_OBJ_EVAL_MEMO_5 | boolean |
None. |
|
TextFilter | 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, "SUBJECT_CODE": "sample string 1", "StaffId": 1.0, "Student_Id": 1.0, "PEP_OBJ_EVAL_MEMO_1": true, "PEP_OBJ_EVAL_MEMO_2": true, "PEP_OBJ_EVAL_MEMO_3": true, "PEP_OBJ_EVAL_MEMO_4": true, "PEP_OBJ_EVAL_MEMO_5": true, "TextFilter": "sample string 7", "CampusName": "sample string 8", "UserID": "sample string 9", "DeviceID": "sample string 10", "DeviceOS": "sample string 11", "Version": "sample string 12", "accessToken": "sample string 13" }
text/html
Sample:
{"PEP_NUMBER":1.0,"SUBJECT_CODE":"sample string 1","StaffId":1.0,"Student_Id":1.0,"PEP_OBJ_EVAL_MEMO_1":true,"PEP_OBJ_EVAL_MEMO_2":true,"PEP_OBJ_EVAL_MEMO_3":true,"PEP_OBJ_EVAL_MEMO_4":true,"PEP_OBJ_EVAL_MEMO_5":true,"TextFilter":"sample string 7","CampusName":"sample string 8","UserID":"sample string 9","DeviceID":"sample string 10","DeviceOS":"sample string 11","Version":"sample string 12","accessToken":"sample string 13"}
application/xml, text/xml
Sample:
<ObjectiveOutcomeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 8</CampusName> <DeviceID>sample string 10</DeviceID> <DeviceOS>sample string 11</DeviceOS> <UserID>sample string 9</UserID> <Version>sample string 12</Version> <accessToken>sample string 13</accessToken> <PEP_NUMBER>1</PEP_NUMBER> <PEP_OBJ_EVAL_MEMO_1>true</PEP_OBJ_EVAL_MEMO_1> <PEP_OBJ_EVAL_MEMO_2>true</PEP_OBJ_EVAL_MEMO_2> <PEP_OBJ_EVAL_MEMO_3>true</PEP_OBJ_EVAL_MEMO_3> <PEP_OBJ_EVAL_MEMO_4>true</PEP_OBJ_EVAL_MEMO_4> <PEP_OBJ_EVAL_MEMO_5>true</PEP_OBJ_EVAL_MEMO_5> <SUBJECT_CODE>sample string 1</SUBJECT_CODE> <StaffId>1</StaffId> <Student_Id>1</Student_Id> <TextFilter>sample string 7</TextFilter> </ObjectiveOutcomeModel>
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/" />