Skip to end of banner
Go to start of banner

4.8.0 Web API Updates

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Version History

« Previous Version 2 Next »

Add Location to Grade in ExternalRegistration API Endpoints

A new property StartedOnSiteInfoId (Guid) is added to the Grades JSON array for the following API endpoints:

  • /Services/api/ExternalRegistration/GetCompletedRegistrationsWithDetails

  • /Services/api/ExternalRegistration/GetActiveRegistrationsWithDetails

  • /Services/api/ExternalRegistration/GetCompletedRegistrationsWithDetailsForUser

Related task: PSDEV-1094 - Getting issue details... STATUS

New API Endpoints

  • GET List<ExternalSiteInfo> /Services/api/ExternalSync/GetSiteInfos(string orgPath, bool includeDeleted = false)
    This endpoint can be used to get a display name of the StartedOnSiteInfoId for grades.
    Related task: PSDEV-1094 - Getting issue details... STATUS