GET Cps/Members?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
LSCMember| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | integer |
None. |
|
| LSCMemberType | string |
None. |
|
| MemberName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolId": 1,
"LSCMemberType": "sample string 1",
"MemberName": "sample string 2"
}
application/xml, text/xml
Sample:
<LSCMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SchoolId>1</SchoolId> <LSCMemberType>sample string 1</LSCMemberType> <MemberName>sample string 2</MemberName> </LSCMember>