Application Registrations REST Endpoints
Application Registrations
The application registrations resource provides a list of applications that have access to the Student Management Cloud.
- Create application registrations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/applicationRegistrations - Delete an application registration
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId} - Get all application registrations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/applicationRegistrations - Get an application registration
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId} - Update an application registration
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId}