Ideas
Support
API Documentation
Contents
x
Administrator
Developer
Educator
Learner
Webinars
Features and Enhancements
RapidIdentity Release Notes
Known Issues
Support Policies
Support Bulletins
Threat Advisories
Powered by
Org Adapter Actions
6 Articles
in this category
Share this
Print
Share
Dark
Light
Contents
Org Adapter Actions
6 Articles
in this category
Share
Dark
Light
School Actions
getSchool Retrieves just one School. school = saveSchool({"name": "The School", "code": "234", "ncesId": 123451234512, "districtId": district.id}) school = getSchool(school.id) getAllSchools Retrieves all Schools. schools = get...
Updated on : 03 Jun 2022
State Actions
getState Retrieves just one State. getAllStates state = saveState({"name": "State 1", "code": 123456 state = getState(state.id) Retrieves all States. If there are no existing states in the system, RapidIdentity will create one using a cr...
Updated on : 03 Jun 2022
Location Actions
getLocation Retrieves just one Location. location = saveLocation({"name": "Houston", "code": "111"}) location = getLocation(location.id) getAllLocations Retrieves all Locations. saveLocation({"name": "Houston", "code": "111"}) locati...
Updated on : 03 Jun 2022
Job Actions
getJob Retrieves just one Job. saveJob({"name": "math123", "code": "456", "title": "Best Math Teacher"}) getAllJobs Retrieves all Jobs. saveJob({"name": "math123", "code": "456", "title": "Best Math Teacher"}) getAllJobs() saveJo...
Updated on : 03 Jun 2022
District Actions
getDistrict Retrieves just one District. district = saveDistrict({"name": "District 1", "code": "123456", "ncesID": "123456", "stated": stateId}) district = getDistrict(district.id } getAllDistricts Retrieves all Districts. districts...
Updated on : 03 Jun 2022
Department Actions
getDepartment Retrieves a Department. department = saveDepartment({"name": "Math", "code": "765", "description": "Math Department"}) department = getDepartment(department.id) getAllDepartments Retrieves all Departments. Note: ...
Updated on : 03 Jun 2022