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: post
Path: /fscmRestApi/resources/11.13.18.05/applicationRegistrations
Delete an application registration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId}
Get all application registrations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/applicationRegistrations
Get an application registration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId}
Update an application registration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/applicationRegistrations/{ApplicationRegistrationId}