GET api/Center/GetRptIDIDigitalLiteracyAdolescent/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptIDIDigitalLiteracyAdolescent_Result
NameDescriptionTypeAdditional information
studentid

string

None.

studname

string

None.

coursename

string

None.

centname

string

None.

city

string

None.

Internet

decimal number

None.

Email

decimal number

None.

OnlineTools

decimal number

None.

CyberSafety

decimal number

None.

OverviewofComputer

decimal number

None.

ProcessingofComputer

decimal number

None.

MouseSkill

decimal number

None.

BasicWordProcessing

decimal number

None.

ImageVariation

decimal number

None.

DocumentConstruction

decimal number

None.

UsingSpreadsheet

decimal number

None.

Dataentryandprocessing

decimal number

None.

SlideMaking

decimal number

None.

Slidedeveloping

decimal number

None.

SoftskillsandSelfmotivation

decimal number

None.

Communication

decimal number

None.

ttotal

decimal number

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "studentid": "sample string 1",
    "studname": "sample string 2",
    "coursename": "sample string 3",
    "centname": "sample string 4",
    "city": "sample string 5",
    "Internet": 1.1,
    "Email": 1.1,
    "OnlineTools": 1.1,
    "CyberSafety": 1.1,
    "OverviewofComputer": 1.1,
    "ProcessingofComputer": 1.1,
    "MouseSkill": 1.1,
    "BasicWordProcessing": 1.1,
    "ImageVariation": 1.1,
    "DocumentConstruction": 1.1,
    "UsingSpreadsheet": 1.1,
    "Dataentryandprocessing": 1.1,
    "SlideMaking": 1.1,
    "Slidedeveloping": 1.1,
    "SoftskillsandSelfmotivation": 1.1,
    "Communication": 1.1,
    "ttotal": 1.1,
    "tRecordCount": 6
  },
  {
    "studentid": "sample string 1",
    "studname": "sample string 2",
    "coursename": "sample string 3",
    "centname": "sample string 4",
    "city": "sample string 5",
    "Internet": 1.1,
    "Email": 1.1,
    "OnlineTools": 1.1,
    "CyberSafety": 1.1,
    "OverviewofComputer": 1.1,
    "ProcessingofComputer": 1.1,
    "MouseSkill": 1.1,
    "BasicWordProcessing": 1.1,
    "ImageVariation": 1.1,
    "DocumentConstruction": 1.1,
    "UsingSpreadsheet": 1.1,
    "Dataentryandprocessing": 1.1,
    "SlideMaking": 1.1,
    "Slidedeveloping": 1.1,
    "SoftskillsandSelfmotivation": 1.1,
    "Communication": 1.1,
    "ttotal": 1.1,
    "tRecordCount": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptIDIDigitalLiteracyAdolescent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptIDIDigitalLiteracyAdolescent_Result>
    <BasicWordProcessing>1.1</BasicWordProcessing>
    <Communication>1.1</Communication>
    <CyberSafety>1.1</CyberSafety>
    <Dataentryandprocessing>1.1</Dataentryandprocessing>
    <DocumentConstruction>1.1</DocumentConstruction>
    <Email>1.1</Email>
    <ImageVariation>1.1</ImageVariation>
    <Internet>1.1</Internet>
    <MouseSkill>1.1</MouseSkill>
    <OnlineTools>1.1</OnlineTools>
    <OverviewofComputer>1.1</OverviewofComputer>
    <ProcessingofComputer>1.1</ProcessingofComputer>
    <SlideMaking>1.1</SlideMaking>
    <Slidedeveloping>1.1</Slidedeveloping>
    <SoftskillsandSelfmotivation>1.1</SoftskillsandSelfmotivation>
    <UsingSpreadsheet>1.1</UsingSpreadsheet>
    <centname>sample string 4</centname>
    <city>sample string 5</city>
    <coursename>sample string 3</coursename>
    <studentid>sample string 1</studentid>
    <studname>sample string 2</studname>
    <tRecordCount>6</tRecordCount>
    <ttotal>1.1</ttotal>
  </GetRptIDIDigitalLiteracyAdolescent_Result>
  <GetRptIDIDigitalLiteracyAdolescent_Result>
    <BasicWordProcessing>1.1</BasicWordProcessing>
    <Communication>1.1</Communication>
    <CyberSafety>1.1</CyberSafety>
    <Dataentryandprocessing>1.1</Dataentryandprocessing>
    <DocumentConstruction>1.1</DocumentConstruction>
    <Email>1.1</Email>
    <ImageVariation>1.1</ImageVariation>
    <Internet>1.1</Internet>
    <MouseSkill>1.1</MouseSkill>
    <OnlineTools>1.1</OnlineTools>
    <OverviewofComputer>1.1</OverviewofComputer>
    <ProcessingofComputer>1.1</ProcessingofComputer>
    <SlideMaking>1.1</SlideMaking>
    <Slidedeveloping>1.1</Slidedeveloping>
    <SoftskillsandSelfmotivation>1.1</SoftskillsandSelfmotivation>
    <UsingSpreadsheet>1.1</UsingSpreadsheet>
    <centname>sample string 4</centname>
    <city>sample string 5</city>
    <coursename>sample string 3</coursename>
    <studentid>sample string 1</studentid>
    <studname>sample string 2</studname>
    <tRecordCount>6</tRecordCount>
    <ttotal>1.1</ttotal>
  </GetRptIDIDigitalLiteracyAdolescent_Result>
</ArrayOfGetRptIDIDigitalLiteracyAdolescent_Result>