Get all initiatives
get
/fscmRestApi/resources/11.13.18.05/supplierInitiatives
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:- PrimaryKey: Finds initiatives according to the initiative identifier.
Finder Variables:- InitiativeId; integer; Value that uniquely identifies the initiative.
- PrimaryKey: Finds initiatives according to the initiative identifier.
-
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:- AssessmentEvaluationDueDate; string; Date when the assessment was due for evaluation.
- CanceledBy; string; User who canceled the initiative.
- CreationSource; string; Value that indicates the creation source of the initiative. Valid values are Manual, Requalification, Supplier Promotion, or Supplier Registration Approval.
- CreationSourceCode; string; Abbreviation that identifies the creation source of initiative. A list of accepted values is defined in the lookup type ORA_POQ_CREATION_SOURCE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- Initiative; string; Number that is assigned to the initiative.
- InitiativeCompletionDate; string; Date and time when the initiative was completed.
- InitiativeId; integer; Value that uniquely identifies the initiative.
- InitiativeOwner; string; Name of the initiative owner.
- InitiativeOwnerId; integer; Value that uniquely identifies the owner of the initiative.
- InitiativeType; string; Value that identifies the type of initiative.
- InitiativeTypeCode; string; Abbreviation that identifies the type of initiative. A list of accepted values is defined in the lookup type POQ_INITIATIVE_TYPE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- LaunchDate; string; Date and time when the initiative was launched.
- ProcurementBU; string; Name of the procurement business unit associated with initiative.
- ProcurementBUId; integer; Value that uniquely identifies the procurement business unit associated with the initiative.
- QualificationModel; string; Name of the qualification model for assessment initiative.
- QualificationModelId; integer; Value that uniquely identifies the qualification model for assessment initiative.
- QualificationModelRevision; integer; Revision of the qualification model for assessment initiative.
- Status; string; Status of the initiative.
- StatusCode; string; Abbreviation that identifies the status of the initiative. A list of accepted values is defined in the lookup type POQ_INITIATIVE_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- Title; string; Title of the initiative entered by the user.
-
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 : supplierInitiatives
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 : supplierInitiatives-item-response
Type:
Show Source
object-
AssessmentEvaluationDueDate: string
(date)
Title:
Evaluation Due DateDate when the assessment was due for evaluation. -
AssessmentOwner: string
Title:
Assessment OwnerMaximum Length:240Name of the assessment owner. -
AssessmentOwnerId: integer
(int64)
Value that uniquely identifies the owner of the assessment.
-
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages the attachments. -
AutoAcceptResponsesFlag: boolean
Title:
Automatically Accept ResponsesMaximum Length:1Value that indicates whether to accept questionnaire responses automatically or not. Contains one of the following values: true or false. If true, then the questionnaire response is automatically accepted. If false, then the qualification manager has to manually accept the response. The default value is false. -
AutoPopulateResponsesFlag: boolean
Title:
Automatically Populate ResponsesMaximum Length:1Value that indicates whether to default responses from response repository or not. Contains one of the following values: true or false. If true, then the response from repository is default on the questionnaire. If false, then the response does not default on the questionnaire. The default value is false. -
CanceledBy: string
Title:
Canceled ByRead Only:trueMaximum Length:240User who canceled the initiative. -
CanceledById: integer
(int64)
Value that uniquely identifies the user who canceled the initiative.
-
CanceledReason: string
Title:
Canceled ReasonMaximum Length:1000Reason for cancellation of the initiative specified by the user. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the initiative is created. -
CreationSource: string
Title:
Creation SourceRead Only:trueMaximum Length:80Value that indicates the creation source of the initiative. Valid values are Manual, Requalification, Supplier Promotion, or Supplier Registration Approval. -
CreationSourceCode: string
Maximum Length:
80Abbreviation that identifies the creation source of initiative. A list of accepted values is defined in the lookup type ORA_POQ_CREATION_SOURCE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
Description: string
Title:
DescriptionMaximum Length:250Description of the initiative entered by the user. -
DFF: array
Flexfields for Initiatives
Title:
Flexfields for InitiativesThe Flexfields for Initiatives resource gets the initiative descriptive flexfields. -
evaluationTeamMembers: array
Evaluation Team Members
Title:
Evaluation Team MembersThe Evaluation Team Members resource gets the evaluation team members on an initiative. -
Initiative: string
Title:
InitiativeMaximum Length:30Number that is assigned to the initiative. -
InitiativeCancellationDate: string
(date-time)
Title:
Cancellation DateDate and time when the initiative was canceled. -
InitiativeCompletionDate: string
(date-time)
Title:
Completion DateDate and time when the initiative was completed. -
InitiativeId: integer
(int64)
Value that uniquely identifies the initiative.
-
InitiativeOwner: string
Title:
Initiative OwnerMaximum Length:240Name of the initiative owner. -
InitiativeOwnerId: integer
(int64)
Value that uniquely identifies the owner of the initiative.
-
InitiativeSurveyFlag: boolean
Title:
Internal surveyMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, the initiative is of type survey and allows responses from multiple internal responders to be used for evaluation of the qualification. If false, the initiative allows responses from a single responder. The default value is false. -
InitiativeType: string
Title:
Initiative TypeMaximum Length:80Value that identifies the type of initiative. -
InitiativeTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of initiative. A list of accepted values is defined in the lookup type POQ_INITIATIVE_TYPE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
InternalNote: string
Title:
Internal NoteMaximum Length:4000Internal notes for the initiative entered by the user. -
LastOverdueReminderDate: string
(date-time)
Title:
Last Overdue Reminder DateDate and time when an overdue reminder notification was last sent to an internal response that was overdue for the initiative. -
LastOverdueRmndrDateSup: string
(date-time)
Title:
Last Supplier Overdue Reminder DateDate and time when an overdue reminder notification was last sent to an external response that was overdue for the initiative. -
LaunchDate: string
(date-time)
Title:
Launch DateDate and time when the initiative was launched. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProcurementBU: string
Title:
Procurement BUMaximum Length:240Name of the procurement business unit associated with initiative. -
ProcurementBUId: integer
(int64)
Value that uniquely identifies the procurement business unit associated with the initiative.
-
qualificationAreas: array
Qualification Areas
Title:
Qualification AreasThe Qualification Areas resource gets the qualification areas on an initiative. -
QualificationModel: string
Title:
Qualification ModelMaximum Length:80Name of the qualification model for assessment initiative. -
QualificationModelId: integer
(int64)
Value that uniquely identifies the qualification model for assessment initiative.
-
QualificationModelRevision: integer
(int32)
Title:
Qualification Model RevisionRead Only:trueDefault Value:0Revision of the qualification model for assessment initiative. -
QualificationModelStatus: string
Title:
Qualification Model StatusRead Only:trueMaximum Length:80Status of the qualification model for assessment initiative. -
QualificationModelStatusCode: string
Title:
Qualification Model Status CodeRead Only:trueMaximum Length:30Default Value:DRAFTAbbreviation that identifies the status of the qualification model. A list of accepted values is defined in the lookup type POQ_QUAL_MODEL_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ReuseActiveQualificationFlag: boolean
Title:
Reuse Active QualificationMaximum Length:1Value that indicates if existing active qualifications can be reused for the assessment type of initiative. The assessment type of initiative contains the following values: true or false. If true and if a valid reusable active qualification exists, then the qualification should be used in initiative. If true and if no valid reusable qualification exists, then the initiative will create a draft qualification. If false, then qualifications will be created for the qualification area. This attribute does not have a default value. The qualification type of initiative contains a null value. -
Status: string
Title:
Initiative StatusRead Only:trueMaximum Length:80Status of the initiative. -
StatusCode: string
Maximum Length:
30Abbreviation that identifies the status of the initiative. A list of accepted values is defined in the lookup type POQ_INITIATIVE_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
suppliers: array
Suppliers
Title:
SuppliersThe Suppliers resource gets the suppliers on an initiative. -
Title: string
Title:
TitleMaximum Length:80Title of the initiative entered by the user.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages the attachments.
Show Source
Nested Schema : Flexfields for Initiatives
Type:
arrayTitle:
Flexfields for InitiativesThe Flexfields for Initiatives resource gets the initiative descriptive flexfields.
Show Source
Nested Schema : Evaluation Team Members
Type:
arrayTitle:
Evaluation Team MembersThe Evaluation Team Members resource gets the evaluation team members on an initiative.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Qualification Areas
Type:
arrayTitle:
Qualification AreasThe Qualification Areas resource gets the qualification areas on an initiative.
Show Source
Nested Schema : Suppliers
Type:
arrayTitle:
SuppliersThe Suppliers resource gets the suppliers on an initiative.
Show Source
Nested Schema : supplierInitiatives-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the content in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attached file. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who most recently updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attached file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attached file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the topology manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that identifies the web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when creating the attachment.
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 : supplierInitiatives-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context AttributeMaximum Length:30Descriptive flexfield context name for the initiative. -
__FLEX_Context_DisplayValue: string
Title:
Context AttributeDescriptive flexfield context display value for the initiative. -
InitiativeId: integer
(int64)
Value that uniquely identifies the initiative.
-
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 : supplierInitiatives-evaluationTeamMembers-item-response
Type:
Show Source
object-
AddedByCode: string
Maximum Length:
15Abbreviation used to indicate if the evaluation team member is added by user or defaulted. Valid values are DEFAULT and USER. -
EvaluationTeamMemberId: integer
(int64)
Value that uniquely identifies the evaluation team.
-
EvaluationTeamMemberJob: string
Title:
JobRead Only:trueMaximum Length:240Job of the evaluation team member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TeamMember: string
Title:
Team MemberMaximum Length:240Name of the team member. -
TeamMemberId: integer
(int64)
Value that uniquely identifies the team member.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : supplierInitiatives-qualificationAreas-item-response
Type:
Show Source
object-
DisplaySequence: integer
(int32)
Title:
Display SequenceDisplay sequence of the qualification area added to a qualification kind of initiative. -
EvaluationDueDate: string
(date)
Title:
Qualification Evaluation Due DateDate when the qualification was due for evaluation. -
InitiativeQualificationAreaId: integer
(int64)
Value that uniquely identifies the qualification area.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalQualificationAreaId: integer
(int64)
Value that uniquely identifies the original qualification area.
-
Owner: string
Title:
OwnerMaximum Length:240Name of the qualification area owner. -
OwnerId: integer
(int64)
Value that uniquely identifies the name of the qualification area owner.
-
QualificationArea: string
Title:
Qualification AreaMaximum Length:80Name of the qualification area entered by the user. -
QualificationAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the qualification area entered by user. -
QualificationAreaId: integer
(int64)
Value that uniquely identifies the qualification area.
-
QualificationAreaRevision: integer
(int32)
Title:
RevisionRead Only:trueNumber that identifies the current version of the qualification area definition. -
QualificationAreaStatus: string
Title:
StatusRead Only:trueMaximum Length:80Status of the qualification area. -
QualificationAreaStatusCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the status of the qualification area. A list of accepted values is defined in the lookup type POQ_QUAL_AREA_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
SyncCheckFlag: boolean
Title:
Synchronization CheckMaximum Length:1Value that indicates whether the acceptable response of a supplier attribute question is synchronized with supplier profile or not. Contains one of the following values: true or false. If true, then synchronization check has passed for qualification area. If false, then synchronization check has failed for the qualification area. This attribute does not have a default value.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : supplierInitiatives-suppliers-item-response
Type:
Show Source
object-
InitiativeSupplierId: integer
(int64)
Value that uniquely identifies the supplier.
-
InternalResponder: string
Title:
Internal ResponderMaximum Length:240Name of the internal responder. -
InternalResponderId: integer
(int64)
Value that uniquely identifies the internal responder.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResponsePulledFlag: boolean
Title:
Response PulledMaximum Length:1Value that indicates whether the response has been pulled for this supplier as part of initiative or not. Contains one of the following values: true or false. If true, then data is pulled from the profile into repository. If false, then data is not pulled from the profile into repository. This attribute does not have a default value. -
SendInternalQuestionnaireFlag: boolean
Title:
Send Internal QuestionnaireMaximum Length:1Contains one of the following values: true or false. If true, then questionnaire is sent to the internal responder. If false, then questionnaire is not sent to the internal responder. The default value is true if the response to any of the required questions in the internal questionnaire is missing in the response repository. Else, the default value is false. This attribute is used for both qualification and assessment type of initiatives. -
SendSupplierQuestionnaireFlag: boolean
Title:
Send Supplier QuestionnaireMaximum Length:1Contains one of the following values: true or false. If true, then questionnaire is sent to the supplier contact. If false, then questionnaire is not sent to the supplier contact. The default value is true if the response to any of the required questions in the supplier questionnaire is missing in the response repository. Else, the default value is false. This attribute is used for both qualification and assessment type of initiatives. -
Supplier: string
Title:
SupplierMaximum Length:360Name of the supplier. -
SupplierContact: string
Title:
Supplier ContactMaximum Length:255Name of the supplier contact. -
SupplierContactId: integer
(int64)
Value that uniquely identifies the supplier contact.
-
SupplierId: integer
(int64)
Value that uniquely identifies the supplier.
-
SupplierNumber: string
Title:
Supplier NumberMaximum Length:30Number that identifies the supplier. -
SupplierSite: string
Title:
Supplier SiteMaximum Length:240Name of the supplier site. -
SupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all initiatives.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierInitiatives"
Example Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"InitiativeId": 300100194001116,
"Initiative": "450",
"Title": "Assessments for Preferred Supplier Program",
"Description": "This Initiative is to assess and qualify suppliers for the Preferred supplier program.",
"StatusCode": "IN_PROGRESS",
"Status": "In progress",
"InitiativeTypeCode": "ASSESSMENT",
"InitiativeType": "Assessment",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"InitiativeOwnerId": 100010026863783,
"InitiativeOwner": "Furey,Clare",
"InternalNote": null,
"QualificationModelId": 300100194001110,
"QualificationModel": "Preferred Supplier Program",
"QualificationModelStatusCode": "ACTIVE",
"QualificationModelStatus": "Active",
"QualificationModelRevision": 0,
"AssessmentOwnerId": 100010026863783,
"AssessmentOwner": "James,Clare",
"AssessmentEvaluationDueDate": "2020-02-29",
"ReuseActiveQualificationFlag": true,
"LaunchDate": "2020-02-10T19:49:51.993+00:00",
"InitiativeCompletionDate": null,
"InitiativeCancellationDate": null,
"CanceledById": null,
"CanceledBy": null,
"CanceledReason": null,
"CreationDate": "2020-02-10T19:31:55+00:00",
"CreationSourceCode": "MANUAL",
"CreationSource": "Manual",
"AutoAcceptResponsesFlag": true,
"AutoPopulateResponsesFlag": true,
"LastOverdueReminderDate": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001116",
"name": "supplierInitiatives",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001116",
"name": "supplierInitiatives",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001116/child/evaluationTeamMembers",
"name": "evaluationTeamMembers",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001116/child/qualificationAreas",
"name": "qualificationAreas",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001116/child/suppliers",
"name": "suppliers",
"kind": "collection"
}
]
},
{
"InitiativeId": 300100194001265,
"Initiative": "451",
"Title": "Identify Suppliers for new manufacturing Plant",
"Description": "This Initiative is to identify qualified suppliers for new manufacturing plant.",
"StatusCode": "IN_PROGRESS",
"Status": "In progress",
"InitiativeTypeCode": "QUALIFICATION",
"InitiativeType": "Qualification",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"InitiativeOwnerId": 100010026863783,
"InitiativeOwner": "James,Clare",
"InternalNote": null,
"QualificationModelId": null,
"QualificationModel": null,
"QualificationModelStatusCode": null,
"QualificationModelStatus": null,
"QualificationModelRevision": null,
"AssessmentOwnerId": null,
"AssessmentOwner": null,
"AssessmentEvaluationDueDate": null,
"ReuseActiveQualificationFlag": false,
"LaunchDate": "2020-02-10T20:34:30.580+00:00",
"InitiativeCompletionDate": null,
"InitiativeCancellationDate": null,
"CanceledById": null,
"CanceledBy": null,
"CanceledReason": null,
"CreationDate": "2020-02-10T20:28:52+00:00",
"CreationSourceCode": "MANUAL",
"CreationSource": "Manual",
"AutoAcceptResponsesFlag": false,
"AutoPopulateResponsesFlag": true,
"LastOverdueReminderDate": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001265",
"name": "supplierInitiatives",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001265",
"name": "supplierInitiatives",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001265/child/evaluationTeamMembers",
"name": "evaluationTeamMembers",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001265/child/qualificationAreas",
"name": "qualificationAreas",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives/300100194001265/child/suppliers",
"name": "suppliers",
"kind": "collection"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierInitiatives",
"name": "supplierInitiatives",
"kind": "collection"
}
]
}