Get all actions

get

/fscmRestApi/resources/11.13.18.05/qualityActions

Request

Query Parameters
  • 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).
  • 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
  • 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 quality actions according to the action identifier.
      Finder Variables:
      • ActionId; integer; Value that uniquely identifies the quality action.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • ActionAutonumber; string; Number that uniquely identifies the quality action.
    • ActionId; integer; Value that uniquely identifies the quality action.
    • ActionTypeCode; string; Abbreviation that identifies the type of quality action.
    • ActionTypeId; integer; Value that identifies the type of quality action.
    • ActionTypeName; string; Name of the quality action type.
    • ActualResolutionDate; string; Date when the application resolved the quality action.
    • AssignedTo; string; User whom the application assigned to the quality action.
    • CreatedBy; string; User who created the quality action.
    • CreationDate; string; Date when the application created the quality action.
    • CustomerId; integer; Value that uniquely identifies the customer related to this action.
    • DateReleased; string; Date when the application released the quality action.
    • DateSubmitted; string; Date when the application submitted the quality action.
    • Disposition; string; Proposed disposition of the quality action.
    • DispositionComment; string; Comment on the disposition of the quality action.
    • DispositionName; string; Name of the disposition.
    • ExpectedResolutionDate; string; Date when the application must resolve the quality action.
    • FinalCompletionDate; string; Date when the application completed the quality action.
    • LastUpdateDate; string; Date when the application most recently updated the quality action.
    • LastUpdatedBy; string; User who performed the most recent update.
    • Name; string; Short name of the quality action.
    • OrganizationCode; string; Abbreviation that identifies the organization where the quality action occurred.
    • OrganizationId; integer; Value that uniquely identifies the organization where the quality action occurred.
    • OrganizationName; string; Name of the organization.
    • Priority; string; Severity of the quality action.
    • PriorityName; string; Name of the priority.
    • ProductLineId; string; Value that uniquely identifies the item line related to the quality action.
    • Source; string; Source or location where the quality action occurred.
    • SourceName; string; Name of the source.
    • StatusTypeId; integer; Internal value that uniquely identifies the quality action's status type.
    • StatusTypeName; string; Display name of the type of status of the quality action.
    • SupplierId; integer; Value that uniquely identifies the supplier related to this action.
    • SupplierName; string; Name of the supplier.
    • WorkflowStatusCode; string; Workflow status of the quality action.
    • WorkflowStatusId; integer; Value that identifies the workflow status.
    • WorkflowStatusName; string; Name of the workflow status.
    • WorkflowTemplateCode; string; Abbreviation that identifies the workflow template.
    • WorkflowTemplateId; integer; Value that uniquely identifies the workflow template.
    • WorkflowTemplateName; string; Name of the workflow template.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : qualityActions
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : qualityActions-item-response
Type: object
Show Source
Nested Schema : Affected Objects
Type: array
Title: Affected Objects
The Affected Objects resource manages the objects that a quality action affects. It references an item, inspection, work order operation, or some other object in manufacturing or inspection that caused a quality issue or that a quality issue affected.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages details about the quality action or document and provides details about how the application resolved the quality action.
Show Source
Nested Schema : Relationships
Type: array
Title: Relationships
The Relationships resource manages the objects related to a quality action. The objects reference a quality issue, an item, or other objects.
Show Source
Nested Schema : Security Grantees
Type: array
Title: Security Grantees
The Security Grantees resource manages the security grantees who have access to the quality action.
Show Source
Nested Schema : Workflow Approvers
Type: array
Title: Workflow Approvers
The Workflow Approvers resource manages the workflow approvers.
Show Source
Nested Schema : qualityActions-AffectedObjects-item-response
Type: object
Show Source
Nested Schema : qualityActions-Attachments-item-response
Type: object
Show Source
Nested Schema : qualityActions-Relationships-item-response
Type: object
Show Source
Nested Schema : qualityActions-Security-item-response
Type: object
Show Source
Nested Schema : qualityActions-WorkflowApprovers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all receipt cost details.

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/qualityActions"

Example Response Body

The following shows an example of the response body in JSON format.

{
	"items": [
	{
		"ActionId": 300100152300607,
		"ActionAutonumber": "ACTION12",
		"Name": "S1802-SQA-24APR-06",
		"ActionTypeId": 5140,
		"ActionTypeCode": "ORA_ENQ_DEVELOPMENT",
		"ActionTypeName": "CAPA - Development Action",
		"Priority": "ORA_HIGH",
		"PriorityName": "High",
		"Source": null,
		"SourceName": null,
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2018-04-24T17:33:42+00:00",
		"LastUpdateDate": "2018-04-24T17:34:42.694+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2006,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_WITH_APPROVAL",
		"WorkflowTemplateName": "Quality Action Workflow with Approval",
		"WorkflowStatusId": 1,
		"WorkflowStatusCode": "ORA_OPEN",
		"WorkflowStatusName": "Open",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PLM_AUTO",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100152300607/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100180622158,
		"ActionAutonumber": "ACTION19",
		"Name": "PSR_Action_19",
		"ActionTypeId": 5110,
		"ActionTypeCode": "ORA_ENQ_CORRECTIVE",
		"ActionTypeName": "CAPA - Corrective Action",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-05-06T11:09:31+00:00",
		"LastUpdateDate": "2019-05-06T11:09:42.137+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2004,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_FASTTRACK",
		"WorkflowTemplateName": "Quality Action Expedite Workflow",
		"WorkflowStatusId": 101,
		"WorkflowStatusCode": "ORA_ISSUE_EXCEP_OPEN",
		"WorkflowStatusName": "Open",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PRODUCT_MANAGER",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100180622158/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100181210681,
		"ActionAutonumber": "ACTION23",
		"Name": "PSR_Action_23",
		"ActionTypeId": 5110,
		"ActionTypeCode": "ORA_ENQ_CORRECTIVE",
		"ActionTypeName": "CAPA - Corrective Action",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-05-06T11:16:55+00:00",
		"LastUpdateDate": "2019-05-06T11:17:14.680+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2004,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_FASTTRACK",
		"WorkflowTemplateName": "Quality Action Expedite Workflow",
		"WorkflowStatusId": 101,
		"WorkflowStatusCode": "ORA_ISSUE_EXCEP_OPEN",
		"WorkflowStatusName": "Open",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PRODUCT_MANAGER",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210681/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100181211099,
		"ActionAutonumber": "ACTION30",
		"Name": "PSR_Action_30",
		"ActionTypeId": 5110,
		"ActionTypeCode": "ORA_ENQ_CORRECTIVE",
		"ActionTypeName": "CAPA - Corrective Action",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-05-06T11:22:18+00:00",
		"LastUpdateDate": "2019-05-06T11:22:30.694+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2004,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_FASTTRACK",
		"WorkflowTemplateName": "Quality Action Expedite Workflow",
		"WorkflowStatusId": 101,
		"WorkflowStatusCode": "ORA_ISSUE_EXCEP_OPEN",
		"WorkflowStatusName": "Open",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PRODUCT_MANAGER",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181211099/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100202185908,
		"ActionAutonumber": "ACTION36",
		"Name": "Te",
		"ActionTypeId": 5310,
		"ActionTypeCode": "ORA_ENQ_AUDIT_FINDING",
		"ActionTypeName": "Audit - Audit Finding",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": null,
		"SourceName": null,
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-01-30T11:31:11+00:00",
		"LastUpdateDate": "2020-01-30T11:31:19.059+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": null,
		"WorkflowTemplateCode": null,
		"WorkflowTemplateName": null,
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"CreatedBy": "SCMOPERATIONS",
		"AssignedTo": "SCMOPERATIONS",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "SCMOPERATIONS",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202185908/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100181210795,
		"ActionAutonumber": "ACTION25",
		"Name": "PSR_Action_25",
		"ActionTypeId": 5110,
		"ActionTypeCode": "ORA_ENQ_CORRECTIVE",
		"ActionTypeName": "CAPA - Corrective Action",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-05-06T11:17:49+00:00",
		"LastUpdateDate": "2019-05-06T11:18:01.937+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2004,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_FASTTRACK",
		"WorkflowTemplateName": "Quality Action Expedite Workflow",
		"WorkflowStatusId": 101,
		"WorkflowStatusCode": "ORA_ISSUE_EXCEP_OPEN",
		"WorkflowStatusName": "Open",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PRODUCT_MANAGER",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100181210795/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100202098988,
		"ActionAutonumber": "ACTION34",
		"Name": "XUTO_2020/01/28 02:20:01.319_BAT02_EQM",
		"ActionTypeId": 5210,
		"ActionTypeCode": "ORA_ENQ_DESIGN",
		"ActionTypeName": "Failure Analysis - Design",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": null,
		"SourceName": null,
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-01-28T10:21:57+00:00",
		"LastUpdateDate": "2020-01-28T10:22:25.643+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": null,
		"WorkflowTemplateId": 2007,
		"WorkflowTemplateCode": "ORA_CAPA_WORKFLOW",
		"WorkflowTemplateName": "CAPA Workflow",
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PLM_AUTO",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988",
			"name": "qualityActions",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988",
			"name": "qualityActions",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/enclosure/Description",
			"name": "Description",
			"kind": "other"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityActions/300100202098988/enclosure/ResolutionDescription",
			"name": "ResolutionDescription",
			"kind": "other"
		}
		]
	},
	{
		"ActionId": 300100202358023,
		"ActionAutonumber": "ACTION37",
		"Name": "XUTO_2020/02/02 08:36:52.605EQM_RRF01_QA",
		"ActionTypeId": 5210,
		"ActionTypeCode": "ORA_ENQ_DESIGN",
		"ActionTypeName": "Failure Analysis - Design",
		"Priority": "ORA_MEDIUM",
		"PriorityName": "Medium",
		"Source": "ORA_QUALITY",
		"SourceName": "Quality",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-02-02T16:36:46+00:00",
		"LastUpdateDate": "2020-02-02T16:39:51.893+00:00",
		"ExpectedResolutionDate": null,
		"ActualResolutionDate": "2020-02-02T16:39:51.881+00:00",
		"WorkflowTemplateId": 2005,
		"WorkflowTemplateCode": "ORA_QUALITY_ACTION_WORKFLOW_WITH_REVIEW",
		"WorkflowTemplateName": "Quality Action Workflow with Review",
		"WorkflowStatusId": 26,
		"WorkflowStatusCode": "ORA_CLOSED",
		"WorkflowStatusName": "Closed",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": "PLM_AUTO",
		"DateSubmitted": null,
		"FinalCompletionDate": null,
		"DateReleased": null,
		"LastUpdatedBy": "PLM_AUTO",
		"ProductLineId": null,
		"ActionEO_QA_DCL_QI_Id_c": null,
		"ActionEO_QA_DCL_QI_c": null,
		...
	}
}
Back to Top