CollegeSource_WSAPI_Basic Parameter Guide
CollegeSource_WSAPI_Basic Parameter Guide
Parameter | Value | Note |
AccessKeyID: |
An ID used to authenticate web service access. eg. {1ABCDEF7-1234-46EF-B7E6-A0123456789B} |
Required |
Page: |
Specific page to return from the result set. Used in tandem with PageSize. eg. Page = 3 and PageSize = 50 returns the third set of 50 records. 0 will return all records. |
Required |
PageSize: |
Number of records to return per page. Used in tandem with Page. eg. PageSize = 50, returns 50 records per page. 0 will return all records. |
Required |
Parameter | Value | Note |
SendInstitutionID |
A send institution ID. Used as an input parameter for the following web method: GetEquivalencyListBySendInstitutionByAccount. eg. {222a1c67-92ad-4da4-b32c-7a21cd0cc5a1} |
String |
SendInstitutionName |
A send institution name. eg. SAN DIEGO STATE UNIVERSITY |
String |
ReceiveInstitutionName |
A receive institution name. eg. COLLEGESOURCE UNIVERSITY (DEV) |
String |
InstitutionCity |
An institution city name. eg. SAN DIEGO |
String |
InstitutionStateAbbr |
An institution two-letter state abbreviation. eg. California = CA |
String |
PageCount |
A total page count used to create paging functionality. eg. 5 |
Integer |