Get a person profile
get
/fscmRestApi/resources/11.13.18.05/searchHedPersonProfiles/{PartyId}
Request
Path Parameters
-
PartyId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : searchHedPersonProfiles-item-response
Type:
Show Source
object-
AdditionalFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The additional first name of a person. -
AdditionalLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The additional last name of a person. -
AdditionalMiddleName: string
Title:
Middle NameRead Only:trueMaximum Length:60The additional middle name of a person. -
ConstituentId: string
Title:
Constituent IDRead Only:trueMaximum Length:30The unique identifier for a constituent. -
DisplayFirstName: string
Read Only:
trueMaximum Length:150The display first name of a person. -
DisplayLastName: string
Read Only:
trueMaximum Length:150The display last name of a person. -
EmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the person. -
EmailId: integer
(int64)
Read Only:
trueThe unique identifier for an email address. -
FirstName: string
Title:
First NameRead Only:trueMaximum Length:150The first name of a person. -
FullName: string
Title:
Full NameRead Only:trueMaximum Length:360The full name of the person. -
Gendercode: string
Read Only:
trueMaximum Length:30The gender of the person, such as male, female, or unknown. A list of accepted values is defined in the lookup type HZ_GENDER. -
Gendermeaning: string
Read Only:
trueMaximum Length:80The meaning of the gender code. A list of accepted values is defined in the lookup type HZ_GENDER. -
images: array
Images
Title:
ImagesThe images resource provides information about the image uploaded by the user. -
LastName: string
Title:
Last NameRead Only:trueMaximum Length:150The last name of a person. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameRead Only:trueMaximum Length:60The middle name of a person. -
NameSuffix: string
Title:
Name SuffixRead Only:trueMaximum Length:30The suffix can be junior or senior. -
NameTypeCode: string
Title:
Name Type CodeRead Only:trueMaximum Length:30The type of the name. It's a value defined by the Additional Party Name and Identifier Type entity. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE. -
PartyId: integer
(int64)
Title:
Party IDRead Only:trueThe unique identifier for the party. Party can be a person. For example, a student can be a party. -
PartyNameId: integer
(int64)
Title:
Party Name IDRead Only:trueThe unique identifier for a name. -
phones: array
Phones
Title:
PhonesThe phones resource is a child of search person profiles resource and provides information about the various phone numbers associated with the user. -
PreferredEmailFlag: boolean
Title:
PreferredRead Only:trueMaximum Length:1Indicates the preferred email address. -
PreferredNameFlag: boolean
Title:
PreferredRead Only:trueMaximum Length:1Indicates the name as preferred name for this party within this name type. -
PurposeCode: string
Title:
Purpose CodeRead Only:trueMaximum Length:30The type of purpose for email contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE. -
studentCredentials: array
Student Credentials
Title:
Student CredentialsThe student credentials resource is a child of search person profiles resource and provides a list of credentials awarded to a student. -
studentCurriculums: array
Student Curriculums
Title:
Student CurriculumsThe student curriculum resource is a child of person profiles resource and provides a list of academic groups and programs associated with a student. -
Title: string
Title:
TitleRead Only:trueMaximum Length:60The title of the person, such as Mr or Mrs.
Nested Schema : Images
Type:
arrayTitle:
ImagesThe images resource provides information about the image uploaded by the user.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Phones
Type:
arrayTitle:
PhonesThe phones resource is a child of search person profiles resource and provides information about the various phone numbers associated with the user.
Show Source
Nested Schema : Student Credentials
Type:
arrayTitle:
Student CredentialsThe student credentials resource is a child of search person profiles resource and provides a list of credentials awarded to a student.
Show Source
Nested Schema : Student Curriculums
Type:
arrayTitle:
Student CurriculumsThe student curriculum resource is a child of person profiles resource and provides a list of academic groups and programs associated with a student.
Show Source
Nested Schema : searchHedPersonProfiles-images-item-response
Type:
Show Source
object-
ImageContent: string
(byte)
Title:
Attachment ContentThe binary representation of the attachment. -
ImageId: integer
(int64)
Title:
Attachment IDRead Only:trueThe unique identifier for image. -
ImageName: string
Maximum Length:
240The name of the image. -
ImageTypeCode: string
Title:
Attachment Type CodeRead Only:trueMaximum Length:30Default Value:PROFILE_PHOTOThe type code of the attachment, for example, STUDENT_PHOTO and INSTRUCTOR_PHOTO. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : searchHedPersonProfiles-phones-item-response
Type:
Show Source
object-
ContactPointType: string
Title:
TypeRead Only:trueMaximum Length:30Default Value:PHONEThe type code of the contact point. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Read Only:
trueThe object version number of the row. -
OwnerTableId: integer
(int64)
Read Only:
trueThe unique identifier of the owner table. -
OwnerTableName: string
Read Only:
trueMaximum Length:30The name of the owner table. -
PhoneAreaCode: string
Title:
Area CodeRead Only:trueMaximum Length:20The area code within a country code. -
PhoneCountryCode: string
Title:
Phone Country CodeRead Only:trueMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PhoneExtension: string
Title:
ExtensionRead Only:trueMaximum Length:20The extension number for a phone number. -
PhoneId: integer
(int64)
Read Only:
trueThe unique identifier for the phone number. -
PhoneNumber: string
Title:
PhoneRead Only:trueMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
PreferredFlag: boolean
Title:
PrimaryRead Only:trueMaximum Length:1Default Value:falseIndicates the preferred phone number. -
PurposeCode: string
Title:
PurposeRead Only:trueMaximum Length:30The type of purpose for phone contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE. -
Status: string
Read Only:
trueMaximum Length:30Default Value:AIndicates the active phone number.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCredentials-item-response
Type:
Show Source
object-
CompletionPeriodId: integer
(int64)
Read Only:
trueThe unique identifier of the academic period that's associated with completion of the enrollment record. -
ConferralDate: string
(date-time)
Title:
Conferral DateRead Only:trueThe date when the credential was conferred to the student. -
CredentialId: integer
(int64)
Title:
Program Credential IDRead Only:trueThe unique identifier for the credential associated with the enrollment record. -
CredentialName: string
Title:
NameRead Only:trueMaximum Length:50The name of the credential associated with the enrollment record. -
EnrollmentCredentialId: integer
(int64)
Read Only:
trueThe generated primary key column of the credential record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StatusCode: string
Title:
Status CodeRead Only:trueMaximum Length:30The code of the latest status associated with the credential. Valid values include ORA_AWARDED or ORA_REVOKED. A list of accepted values is defined in the lookup type ORA_HER_CREDENTIAL_STATUS. -
StatusDate: string
(date-time)
Title:
Status DateRead Only:trueThe date of the latest status associated with the credential. -
StatusMeaning: string
Read Only:
trueMaximum Length:80The meaning of the latest status associated with the credential. Valid values include Awarded or Revoked. A list of accepted values is defined in the lookup type ORA_HER_CREDENTIAL_STATUS. -
StudentPartyId: integer
(int64)
Title:
Student IDRead Only:trueThe unique identifier assigned to a person whose association with an institution is classified as being a student.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-item-response
Type:
Show Source
object-
AcademicLevelId: integer
(int64)
Read Only:
trueThe unique identifier for an academic level that's associated with the enrollment record. -
AcademicLevelName: string
Title:
Academic Level NameRead Only:trueMaximum Length:100The name of an academic level that's associated with the enrollment record. -
ActionReasonId: integer
(int64)
Title:
Last Action Reason IDRead Only:trueThe unique identifier of action reason associated with the enrollment record. -
ActionTypeCode: string
Title:
Last ActionRead Only:trueMaximum Length:30The code of the latest action taken on the enrollment record. A list of accepted values is defined in the lookup type ORA_HER_ACTION_TYPE. -
advisors: array
Advisors
Title:
AdvisorsThe advisors resource is a child of the student curriculum resource and provides a list of advisors assigned to a student. -
ApprovedAcademicLoad: string
Title:
Student Program Approved Academic LoadRead Only:trueMaximum Length:30The approved academic load code of the enrollment record. Valid values include ORA_FULL_TIME or ORA_PART_TIME. A list of accepted values is defined in the lookup type ORA_HER_ACADEMIC_LOAD_CODE. -
CampusId: integer
(int64)
Title:
Campus IDRead Only:trueThe unique identifier of the campus associated with the enrollment record. -
CampusName: string
Title:
NameRead Only:trueMaximum Length:50The name of the campus associated with the enrollment record. -
CurriculumId: integer
(int64)
Title:
Curriculum IDRead Only:trueThe identifier for the program or academic group associated with this student curriculum item. -
CurriculumName: string
Title:
NameRead Only:trueMaximum Length:50The name of the program or academic group associated with this student curriculum item. -
CurriculumType: string
Title:
Curriculum Item TypeRead Only:trueMaximum Length:30The code of the type category of a curriculum item. -
CurriculumTypeId: integer
(int64)
Title:
Curriculum TypeRead Only:trueThe unique identifier of the type category of a curriculum item. -
EnrollmentId: integer
(int64)
Title:
Student Curriculum Item IDRead Only:trueThe generated primary key column of the enrollment record. -
InstitutionId: integer
(int64)
Title:
Institution IDRead Only:trueThe unique identifier of the institution associated with the enrollment record. -
InstitutionName: string
Title:
InstitutionRead Only:trueMaximum Length:50The name of the institution associated with the enrollment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParentAcademicGroupId: integer
(int64)
Read Only:
trueThe unique identifier of the academic group associated with the program record. -
ParentAcademicLevelId: integer
Read Only:
trueThe unique identifier of the academic level associated with the program record. -
PrimaryProgramFlag: boolean
Read Only:
trueIndicates whether the program is a primary program. The default value is: false. -
ProgramAdmitAcademicPeriodId: integer
(int64)
Read Only:
trueThe unique identifier of the academic period that's associated with admit date of the enrollment record. -
ProgramAdmitDate: string
(date)
Read Only:
trueThe admit date of the enrollment record. -
ProgramStartDate: string
(date)
Read Only:
trueThe date when the student's program started. -
ProgramStatus: string
Read Only:
trueMaximum Length:30Indicates the active program. -
ProgramTypeCode: string
Title:
CodeRead Only:trueMaximum Length:30The code of a program type that's associated with a program. -
ProgramTypeId: integer
(int64)
Read Only:
trueThe unique identifier for a program type that's associated with a program. -
ProgramTypeMainFlag: boolean
Title:
Main programRead Only:trueMaximum Length:1Indicates whether a program is a main program. -
ProgramTypeName: string
Title:
Program TypeRead Only:trueMaximum Length:50The meaning of a program type that's associated with a program. -
ProjectedCompletionDate: string
(date)
Title:
Projected Completion DateRead Only:trueThe date when a student is expected to complete the program. -
StatusCode: string
Title:
Status CodeRead Only:trueMaximum Length:30The code of the latest status associated with the enrollment record. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_STATUS. -
StatusDate: string
(date-time)
Title:
Status DateRead Only:trueThe date of the latest status associated with the enrollment record. -
studentAcademicLevels: array
Student Academic Levels
Title:
Student Academic LevelsThe student academic levels resource is a child of the search person profiles resource and provides a list of academic levels calculated for a student under each reporting period. -
studentAcademicLoads: array
Student Academic Loads
Title:
Student Academic LoadsThe student academic loads resource is a child of the student curriculum resource and provides a list of academic loads calculated for a student under each reporting period. -
studentCredentials: array
Student Credentials
Title:
Student CredentialsThe student credentials resource is a child of search person profiles resource and provides a list of credentials awarded to a student. -
studentCurriculumElements: array
Student Curriculum Elements
Title:
Student Curriculum ElementsThe student curriculum elements resource is a child of the student curriculum resource and provides a list of programs enrolled for a student under an academic group. -
StudentPartyId: integer
(int64)
Title:
Student IDRead Only:trueThe unique identifier assigned to a person whose association with an institution is classified as being a student.
Nested Schema : Advisors
Type:
arrayTitle:
AdvisorsThe advisors resource is a child of the student curriculum resource and provides a list of advisors assigned to a student.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Student Academic Levels
Type:
arrayTitle:
Student Academic LevelsThe student academic levels resource is a child of the search person profiles resource and provides a list of academic levels calculated for a student under each reporting period.
Show Source
Nested Schema : Student Academic Loads
Type:
arrayTitle:
Student Academic LoadsThe student academic loads resource is a child of the student curriculum resource and provides a list of academic loads calculated for a student under each reporting period.
Show Source
Nested Schema : Student Credentials
Type:
arrayTitle:
Student CredentialsThe student credentials resource is a child of search person profiles resource and provides a list of credentials awarded to a student.
Show Source
Nested Schema : Student Curriculum Elements
Type:
arrayTitle:
Student Curriculum ElementsThe student curriculum elements resource is a child of the student curriculum resource and provides a list of programs enrolled for a student under an academic group.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-advisors-item-response
Type:
Show Source
object-
AdvisorId: integer
(int64)
Title:
Advisor IDRead Only:trueThe generated primary key column of the advisor record. -
AdvisorName: string
Title:
Advisor NameRead Only:trueMaximum Length:450The name of the advisor associated with the enrollment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrimaryFlag: boolean
Title:
Primary AdvisorRead Only:trueMaximum Length:1Default Value:falseIdentifies the primary advisor associated with the enrollment record.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-studentAcademicLevels-item-response
Type:
Show Source
object-
AcademicLevelId: integer
(int64)
Read Only:
trueThe unique identifier for the academic level associated with a student curriculum item. For example, a student program might be associated with the academic level of undergraduate. -
AcademicLevelName: string
Read Only:
trueMaximum Length:50The name of the academic level associated with a student curriculum item. For example, a student program might be associated with the academic level of undergraduate. -
BeginningAcademicLevel: string
Read Only:
trueMaximum Length:30The student level at the start of an enrollment period. -
EndingAcademicLevel: string
Read Only:
trueMaximum Length:30The unique identifier for the academic level associated with a student curriculum item. For example, a student program might be associated with the academic level of undergraduate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectedAcademicLevel: string
Read Only:
trueMaximum Length:30The projected student level at the point of enrollment. -
ReportingPeriodEndDate: string
(date)
Read Only:
trueThe date when the reporting period associated with a student enrollment record ended. -
ReportingPeriodId: integer
(int64)
Read Only:
trueThe unique identifier of the reporting period associated with a student enrollment record. -
ReportingPeriodName: string
Read Only:
trueMaximum Length:50The name of the reporting period associated with a student enrollment record. -
ReportingPeriodStartDate: string
(date)
Read Only:
trueThe date when the reporting period associated with a student enrollment record started.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-studentAcademicLoads-item-response
Type:
Show Source
object-
AcademicLevelId: integer
(int64)
Title:
Academic Level IDRead Only:trueThe unique identifier for the academic level associated with a student curriculum item. For example, a student program might be associated with the academic level of undergraduate. -
AcademicLevelName: string
Title:
Academic Level NameRead Only:trueMaximum Length:50The name of the academic level associated with a student curriculum item. For example, a student program might be associated with the academic level of undergraduate. -
CalculatedAcademicLoad: string
Read Only:
trueMaximum Length:30The automatically-calculated academic load of the student, such as full-time or part-time. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OverriddenAcademicLoad: string
Read Only:
trueMaximum Length:30The manually-assigned student academic load that supersedes the automatically-calculated value. -
ReportingPeriodEndDate: string
(date)
Title:
Reporting Period End DateRead Only:trueThe date when the reporting period associated with a student enrollment record ended. -
ReportingPeriodId: integer
(int64)
Title:
Reporting Period IDRead Only:trueThe unique identifier of the reporting period associated with a student enrollment record. -
ReportingPeriodName: string
Title:
Reporting Period NameRead Only:trueMaximum Length:50The name of the reporting period associated with a student enrollment record. -
ReportingPeriodStartDate: string
(date)
Title:
Reporting Period Start DateRead Only:trueThe date when the reporting period associated with a student enrollment record started.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-studentCredentials-item-response
Type:
Show Source
object-
CompletionPeriodId: integer
(int64)
Read Only:
trueThe unique identifier of the academic period that's associated with completion of the enrollment record. -
ConferralDate: string
(date-time)
Title:
Conferral DateRead Only:trueThe date when the credential was conferred to the student. -
CredentialId: integer
(int64)
Title:
Program Credential IDRead Only:trueThe unique identifier for the credential associated with the enrollment record. -
CredentialName: string
Title:
NameRead Only:trueMaximum Length:50The name of the credential associated with the enrollment record. -
EnrollmentCredentialId: integer
(int64)
Read Only:
trueThe generated primary key column of the credential record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StatusCode: string
Title:
Status CodeRead Only:trueMaximum Length:30The code of the latest status associated with the credential. Valid values include ORA_AWARDED or ORA_REVOKED. A list of accepted values is defined in the lookup type ORA_HER_CREDENTIAL_STATUS. -
StatusDate: string
(date-time)
Title:
Status DateRead Only:trueThe date of the latest status associated with the credential. -
StatusMeaning: string
Read Only:
trueMaximum Length:80The meaning of the latest status associated with the credential. Valid values include Awarded or Revoked. A list of accepted values is defined in the lookup type ORA_HER_CREDENTIAL_STATUS. -
StudentPartyId: integer
(int64)
Title:
Student IDRead Only:trueThe unique identifier assigned to a person whose association with an institution is classified as being a student.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : searchHedPersonProfiles-studentCurriculums-studentCurriculumElements-item-response
Type:
Show Source
object-
CurriculumId: integer
(int64)
Title:
Curriculum IDThe identifier for the program associated with this student curriculum item. -
CurriculumName: string
Title:
NameRead Only:trueMaximum Length:50The name of the program associated with this student curriculum item. -
CurriculumType: string
Title:
Curriculum Item TypeRead Only:trueMaximum Length:30The code of the type category of a curriculum item. -
CurriculumTypeId: integer
(int64)
Title:
Curriculum TypeThe unique identifier of the type category of a curriculum item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProgramEnrollmentId: integer
(int64)
Title:
Student Curriculum Item IDThe generated primary key column of the program enrollment record. -
ProgramTypeId: integer
(int64)
Title:
Program Type IDRead Only:trueThe unique identifier for a program type value that's associated with a program. -
ProgramTypeMainFlag: boolean
Title:
Main programRead Only:trueMaximum Length:1Indicates whether a program is a main program. -
ProgramTypeName: string
Title:
Program Type NameRead Only:trueMaximum Length:50The name of a program type value that's associated with a program.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- images
-
Parameters:
- PartyId:
$request.path.PartyId
The images resource provides information about the image uploaded by the user. - PartyId:
- phones
-
Parameters:
- PartyId:
$request.path.PartyId
The phones resource is a child of search person profiles resource and provides information about the various phone numbers associated with the user. - PartyId:
- studentCredentials
-
Operation: /fscmRestApi/resources/11.13.18.05/searchHedPersonProfiles/{PartyId}/child/studentCredentialsParameters:
- PartyId:
$request.path.PartyId
The student credentials resource is a child of search person profiles resource and provides a list of credentials awarded to a student. - PartyId:
- studentCurriculums
-
Operation: /fscmRestApi/resources/11.13.18.05/searchHedPersonProfiles/{PartyId}/child/studentCurriculumsParameters:
- PartyId:
$request.path.PartyId
The student curriculum resource is a child of person profiles resource and provides a list of academic groups and programs associated with a student. - PartyId: