Get all external organizations
get
/fscmRestApi/resources/11.13.18.05/externalOrganizations
Request
Query Parameters
-
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 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- ByPartyIdFinder Find resource by party ID.
Finder Variables- PartyId; integer; Find resource by party ID in URL service.
- PrimaryKey Finds all external organizations that match the primary key criteria specified.
Finder Variables- PartyId; integer; Unique identifier for the external organization.
- ByPartyIdFinder Find resource by party ID.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
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 -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActiveFlag; boolean; Indicates if the external organization is active or inactive.
- OrganizationName; string; The name of the external organization.
- OrganizationType; string; The type of the external organization, for example school or business. A list of accepted values is defined in the lookup type ORA_HEY_ORG_TYPE.
- OrganizationTypeCode; string; The code that indicates the type of external organization. A list of accepted values is defined in the lookup type ORA_HEY_ORG_TYPE.
- PartyId; integer; The unique identifier for the external organization.
- SchoolType; string; The type of school of the organization, for example college. A list of accepted values is defined in the lookup type ORA_HER_EXT_SCHOOL_TYPE.
- SchoolTypeCode; string; The code that indicates the type of school of the organization, for example college. A list of accepted values is defined in the lookup type ORA_HER_EXT_SCHOOL_TYPE.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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 : externalOrganizations
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : externalOrganizations-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Maximum Length:
1Default Value:trueIndicates if the external organization is active or inactive. -
addresses: array
Addresses
Title:
AddressesThe addresses resource is a child of the external organizations resource and provides a list of addresses associated with an external organization. -
contacts: array
Contacts
Title:
ContactsThe contacts resource is a child of the external organizations resource and provides a list of contacts associated with an external organization. -
externalCourses: array
External Courses
Title:
External CoursesThe external courses resource is a child of the external organizations resource and provides a list of external courses associated with an external organization. -
externalSubjects: array
External Subjects
Title:
External SubjectsThe external subjects resource is a child of the external organizations resource and provides a list of external subjects associated with an external organization. -
identifiers: array
Identifiers
Title:
IdentifiersThe identifiers resource is a child of the external organizations resource and provides a list of external organization identifiers. These identifiers are issued by external agencies. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
nameHistory: array
External Organization History Names
Title:
External Organization History NamesThe external organization history names resource is a child of the external organizations resource and provides a list of previous names used for the external organization. -
OrganizationName: string
Title:
Organization NameMaximum Length:360The name of the external organization. -
OrganizationType: string
Title:
Organization TypeRead Only:trueMaximum Length:80The type of the external organization, for example school or business. A list of accepted values is defined in the lookup type ORA_HEY_ORG_TYPE. -
OrganizationTypeCode: string
Title:
Organization Type CodeMaximum Length:30The code that indicates the type of external organization. A list of accepted values is defined in the lookup type ORA_HEY_ORG_TYPE. -
PartyId: integer
(int64)
Title:
Party IDThe unique identifier for the external organization. -
SchoolType: string
Read Only:
trueMaximum Length:80The type of school of the organization, for example college. A list of accepted values is defined in the lookup type ORA_HER_EXT_SCHOOL_TYPE. -
SchoolTypeCode: string
Maximum Length:
30The code that indicates the type of school of the organization, for example college. A list of accepted values is defined in the lookup type ORA_HER_EXT_SCHOOL_TYPE.
Nested Schema : Addresses
Type:
arrayTitle:
AddressesThe addresses resource is a child of the external organizations resource and provides a list of addresses associated with an external organization.
Show Source
Nested Schema : Contacts
Type:
arrayTitle:
ContactsThe contacts resource is a child of the external organizations resource and provides a list of contacts associated with an external organization.
Show Source
Nested Schema : External Courses
Type:
arrayTitle:
External CoursesThe external courses resource is a child of the external organizations resource and provides a list of external courses associated with an external organization.
Show Source
Nested Schema : External Subjects
Type:
arrayTitle:
External SubjectsThe external subjects resource is a child of the external organizations resource and provides a list of external subjects associated with an external organization.
Show Source
Nested Schema : Identifiers
Type:
arrayTitle:
IdentifiersThe identifiers resource is a child of the external organizations resource and provides a list of external organization identifiers. These identifiers are issued by external agencies.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : External Organization History Names
Type:
arrayTitle:
External Organization History NamesThe external organization history names resource is a child of the external organizations resource and provides a list of previous names used for the external organization.
Show Source
Nested Schema : externalOrganizations-addresses-item-response
Type:
Show Source
object-
AddrElementAttributeFive: string
Title:
Additional Address Element 5Maximum Length:150The fifth additional address element. -
AddrElementAttributeFour: string
Title:
Additional Address Element 4Maximum Length:150The fourth additional address element. -
AddrElementAttributeOne: string
Title:
Additional Address Element 1Maximum Length:150The first additional address element. -
AddrElementAttributeThree: string
Title:
Additional Address Element 3Maximum Length:150The third additional address element. -
AddrElementAttributeTwo: string
Title:
Additional Address Element 2Maximum Length:150The second additional address element. -
AddressFour: string
Title:
Address Line 4Maximum Length:240The fourth line of the address. -
AddressId: integer
(int64)
Read Only:
trueThe unique identifier for the address. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The Phonetic or Kana representation of the Kanji address lines, used in Japan. -
AddressOne: string
Title:
Address Line 1Maximum Length:240The first line of the address. -
AddressThree: string
Title:
Address Line 3Maximum Length:240The third line of the address. -
AddressTwo: string
Title:
Address Line 2Maximum Length:240The second line of the address. -
AddressUseTypeCode: string
Title:
PurposeMaximum Length:30The use type code of the address. A list of accepted values is defined in the lookup type ORA_HEY_PARTY_SITE_USE. -
AddressUseTypeMeaning: string
Read Only:
trueMaximum Length:80The use type meaning of the address, for example, home or business. A list of accepted values is defined in the lookup type ORA_HEY_PARTY_SITE_USE. -
Building: string
Title:
BuildingMaximum Length:240The building name or number in the address. -
City: string
Title:
CityMaximum Length:60The name of the city mentioned in the address. -
Country: string
Title:
CountryMaximum Length:2The country code of the address. -
County: string
Title:
CountyMaximum Length:60The county of the address. -
EndDate: string
(date)
Title:
To DateThe end date of the address. -
FloorNumber: string
Title:
FloorMaximum Length:40The floor number of the building in the address. -
FormattedAddress: string
Title:
AddressRead Only:trueThe formatted address. -
FormattedMultilineAddress: string
Title:
AddressRead Only:trueThe formatted multiline address. -
HouseTypeCode: string
Title:
House TypeMaximum Length:30The house type code of the address. A list of accepted values is defined in the lookup type HZ_HOUSE_TYPE. -
HouseTypeMeaning: string
Read Only:
trueMaximum Length:80The house type meaning of the address. A list of accepted values is defined in the lookup type HZ_HOUSE_TYPE. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationDirections: string
Title:
Location DirectionsMaximum Length:640The location directions of the address. -
LocationId: integer
(int64)
Title:
Location IDRead Only:trueThe unique identifier for the location in the address. -
PartySiteName: string
Title:
Site NameMaximum Length:240The name for the location in the address. -
Position: string
Title:
PositionMaximum Length:50The position of the address. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the address. -
PostalPlusFourCode: string
Title:
Postal Code ExtensionMaximum Length:20The postal plus four code of the address. -
PreferredFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates if this is a preferred address or not. -
Province: string
Title:
ProvinceMaximum Length:60The province code of the address. -
StartDate: string
(date)
Title:
From DateThe start date of the address. -
State: string
Title:
StateMaximum Length:60The state code of the address.
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 : externalOrganizations-contacts-item-response
Type:
Show Source
object-
ContactId: integer
(int64)
The unique identifier for the contact.
-
ContactTitleCode: string
Title:
PrefixMaximum Length:30The contact title code of the contact. A list of accepted values is defined in the lookup type CONTACT_TITLE. -
ContactTitleMeaning: string
Read Only:
trueMaximum Length:80The contact title meaning of the contact. A list of accepted values is defined in the lookup type CONTACT_TITLE. -
ContactTypeCode: string
Maximum Length:
30The contact type code of the contact. A list of accepted values is defined in the lookup type ORA_HEY_ORG_CON_TYPE. -
ContactTypeMeaning: string
Read Only:
trueMaximum Length:80The contact type meaning of the contact. A list of accepted values is defined in the lookup type ORA_HEY_ORG_CON_TYPE. -
Department: string
Maximum Length:
60The department of the contact. -
EmailAddress: string
Maximum Length:
1000The email for the contact. -
EndDate: string
(date)
Read Only:
trueThe end date of the contact. -
FirstName: string
Title:
First NameMaximum Length:150The first name of the contact. -
FullName: string
Title:
NameMaximum Length:450The full name of the contact. -
JobTitle: string
Maximum Length:
100The job title of the contact. -
LastName: string
Title:
Last NameMaximum Length:150The last name of the contact. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the contact. -
PhoneAreaCode: string
Maximum Length:
10The area code of the contact. -
PhoneCountryCode: string
Maximum Length:
10The country code of the contact. -
PhoneNumber: string
Maximum Length:
40The phone number of the contact. -
PrimaryFlag: boolean
Maximum Length:
1Indicates if this is a primary contact. -
StartDate: string
(date)
Read Only:
trueThe start date of the contact.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : externalOrganizations-externalCourses-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Maximum Length:
1Indicates whether the subject is active or inactive. -
CourseIdentifier: string
Maximum Length:
50Alternate unique identifier for the course defined for an external organization. -
CourseLevelCode: string
Maximum Length:
30The course level code. A list of accepted values is defined in the lookup type ORA_HER_EXT_COURSE_LEVEL. -
CourseLevelMeaning: string
Read Only:
trueMaximum Length:80The course level meaning. A list of accepted values is defined in the lookup type ORA_HER_EXT_COURSE_LEVEL. -
CourseName: string
Maximum Length:
50The name for the external course. -
CourseTypeCode: string
Maximum Length:
30The course type code. A list of accepted values is defined in the lookup type ORA_HER_EXT_COURSE_TYPE. -
CourseTypeMeaning: string
Read Only:
trueMaximum Length:80The course type meaning. A list of accepted values is defined in the lookup type ORA_HER_EXT_COURSE_TYPE. -
CourseUnits: number
The number of units earned in the course.
-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who first created the row for the identifier. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time of the creation of the row for the identifier. -
Description: string
Description for the external course.
-
EffectiveEndDate: string
(date)
Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
-
EffectiveStartDate: string
(date)
Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
-
ExternalAcademicLevelCode: string
Maximum Length:
30The external academic level code. A list of accepted values is defined in the lookup type ORA_HER_EXT_ACAD_LEVEL. -
ExternalAcademicLevelMeaning: string
Read Only:
trueMaximum Length:80The external academic level meaning. A list of accepted values is defined in the lookup type ORA_HER_EXT_ACAD_LEVEL. -
ExternalCourseId: integer
(int64)
External subject unique identifier.
-
ExternalCourseRowId: integer
(int64)
External subject unique identifier.
-
ExternalSubjectId: integer
(int64)
External subject unique identifier.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
External organization unique identifier that owns this subject.
-
SubjectCode: string
Read Only:
trueMaximum Length:50The external subject defined for an external organization associated with the external course.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : externalOrganizations-externalSubjects-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Maximum Length:
1Indicates whether the course is active or inactive. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who first created the row for the identifier. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time of the creation of the row for the identifier. -
Description: string
Description for the external subject.
-
ExternalSubjectId: integer
(int64)
External subject unique identifier.
-
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the row for the identifier was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the row for the identifier. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SubjectCode: string
Maximum Length:
50Alternate unique identifier for the external subject defined for an external organization. -
SubjectName: string
Maximum Length:
50The name for the external subject.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : externalOrganizations-identifiers-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who first created the row for the identifier. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time of the creation of the row for the identifier. -
EndDate: string
(date)
Read Only:
trueThe end date of the identifier. -
IdentifierId: integer
(int64)
Read Only:
trueThe identifier for the external organization identifier value. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the row for the identifier was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the row for the identifier. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationIdentifierCode: string
Title:
Identifier TypeMaximum Length:30The external organization identifier code. A list of accepted values is defined in the lookup type ORA_HEY_ORG_ID_TYPE. -
OrganizationIdentifierMeaning: string
Read Only:
trueMaximum Length:80The external organization identifier meaning. A list of accepted values is defined in the lookup type ORA_HEY_ORG_ID_TYPE. -
OrganizationIdentifierValue: string
Title:
IdentifierMaximum Length:50The external organization identifier value issued by an external agency. -
StartDate: string
(date)
Read Only:
trueThe start date of the identifier.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : externalOrganizations-nameHistory-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time of the creation of the row for the identifier. -
EffectiveEndDate: string
(date)
Indicates the date at the beginning of the date range within which the row is effective.
-
EffectiveStartDate: string
(date)
Indicates the date at the end of the date range within which the row is effective.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationName: string
Title:
Organization NameMaximum Length:360The name of the external organization. -
PartyId: integer
(int64)
The unique identifier for the external organization.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source