POST Api/ProgressIEP/GetObjectivetoolsByFilter

Request Information

URI Parameters

None.

Body Parameters

ObjectiveToolModel
NameDescriptionTypeAdditional information
SubjectCode

string

None.

StaffId

decimal number

None.

FromTemplate

decimal number

None.

GoalStandard

string

None.

ObjectiveCode

decimal number

None.

AccuracyCode

decimal number

None.

DefaultTheraphy

decimal number

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:
{
  "SubjectCode": "sample string 1",
  "StaffId": 2.0,
  "FromTemplate": 3.0,
  "GoalStandard": "sample string 4",
  "ObjectiveCode": 5.0,
  "AccuracyCode": 6.0,
  "DefaultTheraphy": 7.0,
  "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:
{"SubjectCode":"sample string 1","StaffId":2.0,"FromTemplate":3.0,"GoalStandard":"sample string 4","ObjectiveCode":5.0,"AccuracyCode":6.0,"DefaultTheraphy":7.0,"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:
<ObjectiveToolModel 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>
  <AccuracyCode>6</AccuracyCode>
  <DefaultTheraphy>7</DefaultTheraphy>
  <FromTemplate>3</FromTemplate>
  <GoalStandard>sample string 4</GoalStandard>
  <ObjectiveCode>5</ObjectiveCode>
  <StaffId>2</StaffId>
  <SubjectCode>sample string 1</SubjectCode>
</ObjectiveToolModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />