Returns a page of schools that are supported by NSC.
The codes originating from National Student Clearinghouse
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "sort": {
- "property1": {
- "Keys": "Name",
- "Values": "Asc"
}, - "property2": {
- "Keys": "Name",
- "Values": "Asc"
}
}, - "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "code": "string",
- "branchCode": "string",
- "name": "string",
- "state": "AL",
- "city": "string"
}
], - "sortedBy": "Name",
- "sortDirection": "Asc"
}