SAD_GETAPPLS
This service operation enables the user to retrieve a summary of all active admission applications from the Campus Solutions system for the current authenticated user. The applications summary includes applications found in both the admissions staging and production database tables.
| Get Applications Service Operation Description and Features | Details |
|---|---|
|
Description |
Use this service operation to retrieve a summary of all the applications that reside in the Campus Solutions staging and production tables. The service operation retrieves only those applications that the authenticated user is authorized to access. SAD_GETAPPLS can operate under applicant or administrative modes. When using administrator mode, the application data returned from the Admissions production tables is subject to application center row level security. When using applicant mode, the application data returned is restricted to those applications entered previously by the authenticated online application user. |
|
Users |
|
|
Processing |
This service operation performs the following steps:
|
|
Output |
After processing the steps, a summary of all active applications is returned. |
|
Error Conditions |
The following conditions result in a service error:
|
Input Message: SAD_GETAPPLS_REQ
This image shows the input parameters that the SAD_GETAPPLS service operation receives from an online application.

Required data that the online application must supply to the service operation in Non-administrator (Applicant) mode: No required parameters.
Required data that the online application must supply to the service operation in Administrator mode:
-
Institution
-
Admission Application Center
-
Academic Program
The following is an example of the SAD_GETAPPLS_REQ message that the SAD_GETAPPLS service operation receives from an online application:
<?xml version="1.0"?>
<SAD_GETAPPLS_REQ>
</SAD_GETAPPLS_REQ>
Output Message: SAD_GETAPPLS_RESP
When the Integration Broker receives the SAD_GETAPPLS_REQ message, it responds with the SAD_GETAPPLS_RESP message.
This image shows the output parameters that the SAD_GETAPPLS service operation passes to the online application.

The following is an example of the SAD_GETAPPLS_RESP message that the SAD_GETAPPLS service operation transmits to the online application:
<?xml version="1.0"?>
<SAD_GETAPPLS_RESP>
<APPLICATION>
<ADM_APPL_NBR>00024656</ADM_APPL_NBR>
<INSTITUTION>PSUNV</INSTITUTION>
<ACAD_CAREER>UGRD</ACAD_CAREER>
<APPL_STATUS>DRAFT</APPL_STATUS>
</APPLICATION>
<APPLICATION>
<ADM_APPL_NBR>00024657</ADM_APPL_NBR>
<INSTITUTION>PSUNV</INSTITUTION>
<ACAD_CAREER>UGRD</ACAD_CAREER>
<APPL_STATUS>SUBMITTED</APPL_STATUS>
</APPLICATION>
</SAD_GETAPPLS_RESP>
Fault Message: SAD_FAULT_RESP
Refer to the SAD_FAULT_RESP message example in the SAD_CREATEAPPL section.