Cheat Sheet | Quick Facts
Program IDs
Boston: 349019
Phoenix: 349027
Seattle: 349022
Organization IDs
Boston: 12748
Phoenix: 14347
Seattle: 15423
App Form ID
PTCAS: 6861
App Form ID seems to be the identifier for the CAS system (e.g., PTCAS, SOPHAS, etc.). It changes each year/cycle.
File Naming
In Progress: PTCAS-app-started_*
App Data: PTCAS-app-s-*
Eval Data: PTCAS-app-eval-rcd-6861
GPAs: PTCAS-app-v-6861
Courses: PTCAS-BOS-courses-6861 | PTCAS-PHX-courses-6861 | PTCAS-SEA-courses-6861
Instance | Type | Subscription ID | Active | Date/Time Started |
---|---|---|---|---|
Boston | In Progress | 8016 | Yes | 2023-08-29 17:40:24 |
Boston | App Data | No | ||
Boston | Documents | No | ||
Phoenix | In Progress | 8015 | Yes | 2023-08-29 17:38:24 |
Phoenix | App Data | 8020 | Yes | 2023-08-30 14:03:57 |
Phoenix | Documents | No | ||
Seattle | In Progress | 8014 | Yes | 2023-08-29 17:16:24 |
Seattle | App Data | 8017 | Yes | 2023-08-30 10:08:43 |
Seattle | Documents | No |
CAS API Documentation
Summary
API Subscriptions
Slate Source Formats
Slate Rules (Automations)
Checklist - Add
Checklist - Fulfill
Application Statuses
Populations
WebAdMIT API Documentation
Summary
The WebAdMIT API was built to supplement the CAS API and transfer the following data from the PTCAS instances and Slate:
Trigger: Evaluation (Reference) recieved by PTCAS
Data
Export: Evaluation (Reference) Status and Occupation details (Scheduled SFTP)
Trigger: Prerequisite review process completed by TUSMGP staff in PTCAS
Data:
Export: CAS Calculated GPAs (Manual SFTP)
Report: Prerequisite Course details (Manual SFTP)
Documents
PDF Manager: Full Application PDF (Manual export/upload via Batch Acquire)
PDF Manager: CAS Transcript (Manual export/upload via Batch Acquire)
Process Overview
The following steps/configurations have been made to each instance of PTCAS.
WebAdMIT/PTCAS: Configure the “destination” as Slate’s SFTP host using Destination Manager.
WebAdMIT/PTCAS: Create required lists to identify groups of applicants whose data or documents should be included for each transfer:
Applicants who are not yet complete who have a received reference letter within the past day
Applicants who have passed the prerequisite review process required by the program and are ready for interview screening.
WebAdMIT/PTCAS: Create exports to generate needed CSV files:
Evaluation (Reference) Received Update
CAS Calculated GPA data
WebAdMIT/PTCAS: Create a report to generate the needed prerequisite course data CSV
WebAdMIT/PTCAS: Create PDF templates to generate needed PDFs:
Full Application PDF
CAS Electronic Transcript
In Slate, create and configure a new source format for each export and report file expected from WebAdMIT
WebAdMIT/PTCAS: Add schedule(s) to each export and report that will transfer data via SFTP (and not manually).
Decision Reasoning
The CAS API is carrying the bulk of the data and document transfer between the PTCAS instances and Slate, however there are some elements that the CAS API cannot handle:
Course and GPA Data:
Although there is a separate CAS API feed for course data, and GPA data is included in the application data file, these options did not work for our business process.
The CAS API course data feed does not include any information about program-specific prerequisite requirements (i.e., does the course fulfill a specific prerequisite). This makes sense, because the work of identifying and approving prerequisites happens in WebAdMIT (not at the CAS-level).
GPA data is available in the application data files consumed through the All CAS by Liaison - Applications source format, however because the CAS converts it to a flat data file, doing the source format mapping in Slate would be highly onerous and inconsistent (i.e., it would be impossible to be sure that GPA_38 is always the overall gpa and not GPA_29 or GPA_65).
Full Application PDF and CAS Transcript
The CAS API will deliver a full application PDF, however this document contains not only the application form data in a PDF format, it also appends all other documents, including references/transcripts/miscellaneous documentation. Due to our need to purge reference letters while retaining the remaining materials, this is not a viable option for us. Slate’s retention policies cannot edit a PDF document material (cannot remove specific pages or content within a PDF).
The WebAdMIT delivered PDF can be customized to include only application form data and can also support generating a reader-friendly “CAS Transcript” with a summary of the prerequisite course selections which is necessary for our faculty readers.
Although it is possible to create and schedule the export of PDF documents via the PDF Manager in WebAdMIT, this process will produce a .zip file of the desired PDFs, which cannot be consumed via Slate’s source formats (as it is not in DIP format, it is only a zipped collection of PDFs). This was VERY disappointing, and is why the PDFs are still being managed manually.
WebAdMIT/PTCAS Destinations
Each instance of PTCAS is configured with a “destination” that allows for that instance to send data a host via SFTP; the Destination has been configured to the same settings as used for the CAS API, including the same authentication user/password and the same paths/endpoint. All data sent via the WebAdMIT API appears in the same location in the SFTP server that the CAS API files appear.
WebAdMIT/PTCAS Configurations for Data Exports
List Configurations
API: Evaluation Received
API: Prerequisite Courses
API: CAS Calculated GPAs
Field value for GPA will include “0.0” if there is no GPA, and static mapping each name and type for each GPA will generate an entitiy row even if there was no GPA value sent, so each applicant will always get 4.
Add Comment