Search Section Registrations by Person ID Action

A field marked with an asterisk "*" indicates the field is a required input for this action.

This action can be used for searching all the sections currently registered for a student.

Input Fields

Field Description

Person ID*

The Guid identifier of the registrant (which is a person) of the section registration

Output Fields

This action may return multiple results.

Field Description

Section Registration ID

The Guid identifier for the section registration.

May be used in section registration create/update actions.

Credit/Measure

The unit or standard of measurement for the section registration credit (for example, ‘hours’).

Credit/Registration Credit

The numeric value of the section registration credit.

Section Registration Status

Requires an additional API call.

Includes sub-fields.

ClosedSee the sub-fields.

  • Section Registration Status ID: The unique identifier of the section registration status.
  • Code: The code of the section registration status (for example, "C").
  • Title: The title of the section registration status (for example, "Cancelled (Elevate) 2").
  • Section Registration Status: The status of the section registration section status (for example, "notRegistered").
  • Section Registration Status Reason: The reason of the section registration status (for example, "canceled").

Academic Levels

Requires an additional API call

Include sub-fields:

ClosedSee the sub-fields.

  • Academic Level ID: The Guid identifier of the academic level.
  • Code: The code that identifies the academic level (for example, ‘UG’).
  • Title: The full name of the academic level (for example, ‘Undergraduate’).

Grade Schemes

Requires an additional API call.

Includes sub-fields.

ClosedSee the sub-fields.

  • Grade Scheme ID: The Guid identifier of the grade scheme.
  • Code: The code for the grade scheme that may be used a reference or for reporting (for example, ‘UG’).
  • Title: The full name of the grade scheme (for example, ‘Undergraduate/Standard.’).

Section

The same as Search Sections by CRN and Term ID action output.

Notes:

You can search a maximum of 1000 section registrations.

If any of the "Section/Term" related fields (code, title, or registration) are included in the output, the Search results will be sorted by "Section/Term/Code" in descending order. If two sections have the same term code, they will be sorted by "Section/CRN" in ascending order.

If none of the "Section/Term" related fields (code, title, or registration) are included in the output, the Search results will be sorted by "Section/CRN" in ascending order.