Get all issues

get

/fscmRestApi/resources/11.13.18.05/qualityIssues

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 issues.
      Finder Variables:
      • IssueId; integer; Value that uniquely identifies the quality issue.
  • 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:
    • AssignedTo; string; User who the application assigned to manage the quality issue.
    • CreatedBy; string; User who created the quality issue.
    • CreationDate; string; Date when the user created the quality issue.
    • CustomerId; integer; Value that uniquely identifies the customer that this quality issue affects.
    • Description; string; Long description of the quality issue. You cannot use the POST method to add a value for this attribute. You should use the PATCH method instead.
    • Disposition; string; Proposed disposition of the quality issue.
    • DispositionComment; string; Text that describes how the application resolved the quality issue.
    • DispositionName; string; Name of the disposition.
    • Downtime; integer; Expected downtime in manufacturing because of the quality issue.
    • ExpectedResolutionDate; string; Date when the quality issue must resolve.
    • IssueId; integer; Value that uniquely identifies the quality issue.
    • IssueNumber; string; Number that identifies the quality issue.
    • LastUpdateDate; string; Date when the user most recently updated the quality issue.
    • LastUpdatedBy; string; User who most recently updated the quality issue.
    • Name; string; Short name of the quality issue.
    • OrganizationCode; string; Abbreviation that identifies the organization where the quality issue occurred.
    • OrganizationId; integer; Value that uniquely identifies the organization where the quality issue occurred.
    • OrganizationName; string; Name of the organization.
    • QualityTypeCode; string; Abbreviation that identifies the type of quality issue.
    • QualityTypeId; integer; Value that uniquely identifies the type of quality issue.
    • QualityTypeName; string; Name of the quality type.
    • ReportedBy; string; User who reported the quality issue.
    • ReportedDate; string; Date when the user reported the quality issue.
    • Severity; string; Severity of the quality issue.
    • SeverityName; string; Name of the severity.
    • Source; string; Source or location where the quality issue occurred.
    • SourceName; string; Name of the source.
    • SupplierId; integer; Value that uniquely identifies the supplier who supplied the item that the quality issue affects.
    • WorkflowStatusCode; string; Abbreviation that identifies the workflow status of the quality issue.
    • WorkflowStatusId; integer; Value that uniquely 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 : qualityIssues
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : qualityIssues-item-response
Type: object
Show Source
Nested Schema : Affected Objects
Type: array
Title: Affected Objects
The Affected Objects resource manages an item, inspection, work order operation, or some other object in manufacturing or inspection that caused a quality issue or that a quality issue affects.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages details about the quality issue or document and how the application resolved the quality issue.
Show Source
Nested Schema : Relationships
Type: array
Title: Relationships
The Relationships resource manages the objects related to a quality issue. 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 issue.
Show Source
Nested Schema : Workflow Approvers
Type: array
Title: Workflow Approvers
The Workflow Approvers resource manages the workflow approvers.
Show Source
Nested Schema : qualityIssues-AffectedObjects-item-response
Type: object
Show Source
Nested Schema : qualityIssues-Attachments-item-response
Type: object
Show Source
Nested Schema : qualityIssues-Relationships-item-response
Type: object
Show Source
Nested Schema : qualityIssues-Security-item-response
Type: object
Show Source
Nested Schema : qualityIssues-WorkflowApprovers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all issues.

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

Example Response Body

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

{
	"items": [
	{
		"IssueId": 300100118613738,
		"IssueNumber": "4",
		"Name": "Manufacturing Exception",
		"QualityTypeId": 1278,
		"QualityTypeCode": "ORA_ENQ_MNT_RESOURCE",
		"QualityTypeName": "Maintenance - Resource",
		"Severity": "ORA_CRITICAL",
		"SeverityName": "Critical",
		"Downtime": 0,
		"Source": "ORA_MAINTENANCE",
		"SourceName": "Maintenance",
		"OrganizationId": 300100113363336,
		"OrganizationCode": "MNTALM",
		"OrganizationName": "Maintenance Organization for ALM",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2017-07-25T17:32:43+00:00",
		"LastUpdateDate": "2017-07-25T17:33:16.068+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 101,
		"WorkflowStatusCode": "ORA_ISSUE_EXCEP_OPEN",
		"WorkflowStatusName": "Open",
		"WorkflowTemplateId": 2008,
		"WorkflowTemplateCode": null,
		"WorkflowTemplateName": null,
		"CreatedBy": "MNT_QA",
		"AssignedTo": null,
		"ReportedDate": "2017-07-25T17:32:43+00:00",
		"ReportedBy": "MNT_QA",
		"LastUpdatedBy": "MNT_QA",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100118613738/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100121229402,
		"IssueNumber": "ISSUE3",
		"Name": "XUTO_2017/07/27 01:03:14.330_BAT01_EQM",
		"QualityTypeId": 1404,
		"QualityTypeCode": "ORA_ENQ_QI_PR_ITEM",
		"QualityTypeName": "Problem Report - Item",
		"Severity": "ORA_HIGH",
		"SeverityName": "High",
		"Downtime": null,
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2017-07-27T08:03:12+00:00",
		"LastUpdateDate": "2018-04-05T11:15:38+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"WorkflowTemplateId": 2001,
		"WorkflowTemplateCode": "ORA_ISSUE_WORKFLOW_WITH_REVIEW",
		"WorkflowTemplateName": "Issue Workflow with Review",
		"CreatedBy": "PLMQA_AUTO",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "PRODUCT_MANAGER",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100121229402/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100151966469,
		"IssueNumber": "NC12",
		"Name": "S1802-SQI-24APR-02",
		"QualityTypeId": 1116,
		"QualityTypeCode": "ORA_ENQ_QI_NC_INVENTORY",
		"QualityTypeName": "Non-Conformance - Inventory",
		"Severity": "ORA_LOW",
		"SeverityName": "Low",
		"Downtime": null,
		"Source": "ORA_DEVELOPMENT",
		"SourceName": "Development",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2018-04-24T16:52:19+00:00",
		"LastUpdateDate": "2018-04-24T17:02:04.469+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 1,
		"WorkflowStatusCode": "ORA_OPEN",
		"WorkflowStatusName": "Open",
		"WorkflowTemplateId": 2002,
		"WorkflowTemplateCode": "ORA_ISSUE_WORKFLOW_WITH_APPROVAL",
		"WorkflowTemplateName": "Issue Workflow with Approval",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "PLM_AUTO",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100151966469/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100179702239,
		"IssueNumber": "ISSUE12",
		"Name": "XUTO_2019/05/02 07:11:39.266_RRF01_EQM",
		"QualityTypeId": 1404,
		"QualityTypeCode": "ORA_ENQ_QI_PR_ITEM",
		"QualityTypeName": "Problem Report - Item",
		"Severity": "ORA_HIGH",
		"SeverityName": "High",
		"Downtime": null,
		"Source": "ORA_QUALITY",
		"SourceName": "Quality",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-05-02T14:11:16+00:00",
		"LastUpdateDate": "2019-05-02T14:31:53.489+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 26,
		"WorkflowStatusCode": "ORA_CLOSED",
		"WorkflowStatusName": "Closed",
		"WorkflowTemplateId": 2001,
		"WorkflowTemplateCode": "ORA_ISSUE_WORKFLOW_WITH_REVIEW",
		"WorkflowTemplateName": "Issue Workflow with Review",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "PLM_AUTO",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100179702239/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100185815436,
		"IssueNumber": "NC42",
		"Name": "ge",
		"QualityTypeId": 1116,
		"QualityTypeCode": "ORA_ENQ_QI_NC_INVENTORY",
		"QualityTypeName": "Non-Conformance - Inventory",
		"Severity": "ORA_LOW",
		"SeverityName": "Low",
		"Downtime": null,
		"Source": "ORA_INSPECTION",
		"SourceName": "Inspection",
		"OrganizationId": 207,
		"OrganizationCode": "M1",
		"OrganizationName": "Seattle Manufacturing",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2019-12-11T11:02:18+00:00",
		"LastUpdateDate": "2019-12-11T11:02:36.606+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"WorkflowTemplateId": null,
		"WorkflowTemplateCode": null,
		"WorkflowTemplateName": null,
		"CreatedBy": "SCMOPERATIONS",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "SCMOPERATIONS",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100185815436/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100202160804,
		"IssueNumber": "ISSUE39",
		"Name": "XUTO_2020/01/28 02:31:29.773_RRF01_EQM",
		"QualityTypeId": 1404,
		"QualityTypeCode": "ORA_ENQ_QI_PR_ITEM",
		"QualityTypeName": "Problem Report - Item",
		"Severity": "ORA_HIGH",
		"SeverityName": "High",
		"Downtime": null,
		"Source": "ORA_QUALITY",
		"SourceName": "Quality",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-01-28T10:31:23+00:00",
		"LastUpdateDate": "2020-01-28T10:39:46.084+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 26,
		"WorkflowStatusCode": "ORA_CLOSED",
		"WorkflowStatusName": "Closed",
		"WorkflowTemplateId": 2001,
		"WorkflowTemplateCode": "ORA_ISSUE_WORKFLOW_WITH_REVIEW",
		"WorkflowTemplateName": "Issue Workflow with Review",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "PLM_AUTO",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202160804/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100202185910,
		"IssueNumber": "NC52",
		"Name": "VVVV",
		"QualityTypeId": 1120,
		"QualityTypeCode": "ORA_ENQ_QI_NC_RECEIVING",
		"QualityTypeName": "Non-Conformance - Receiving",
		"Severity": "ORA_LOW",
		"SeverityName": "Low",
		"Downtime": null,
		"Source": "ORA_INSPECTION",
		"SourceName": "Inspection",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-01-30T11:39:05+00:00",
		"LastUpdateDate": "2020-01-30T11:39:29.375+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"WorkflowTemplateId": null,
		"WorkflowTemplateCode": null,
		"WorkflowTemplateName": null,
		"CreatedBy": "SCMOPERATIONS",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "SCMOPERATIONS",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		{
			"rel": "enclosure",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100202185910/enclosure/Description",
			"name": "Description",
			"kind": "other"
		}
		]
	},
	{
		"IssueId": 300100203545746,
		"IssueNumber": "ISSUE46",
		"Name": "XUTO_2020/02/23 22:26:50.201_BAT01_EQM",
		"QualityTypeId": 1404,
		"QualityTypeCode": "ORA_ENQ_QI_PR_ITEM",
		"QualityTypeName": "Problem Report - Item",
		"Severity": "ORA_HIGH",
		"SeverityName": "High",
		"Downtime": null,
		"Source": "ORA_QUALITY",
		"SourceName": "Quality",
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"OrganizationName": "Vision Operations",
		"CustomerId": null,
		"SupplierId": null,
		"Disposition": null,
		"DispositionName": null,
		"DispositionComment": null,
		"CreationDate": "2020-02-24T06:28:07+00:00",
		"LastUpdateDate": "2020-02-24T06:28:40.763+00:00",
		"ExpectedResolutionDate": null,
		"WorkflowStatusId": 999,
		"WorkflowStatusCode": "ORA_ENQ_DEFAULT_STATUS",
		"WorkflowStatusName": "Default",
		"WorkflowTemplateId": 2001,
		"WorkflowTemplateCode": "ORA_ISSUE_WORKFLOW_WITH_REVIEW",
		"WorkflowTemplateName": "Issue Workflow with Review",
		"CreatedBy": "PLM_AUTO",
		"AssignedTo": null,
		"ReportedDate": null,
		"ReportedBy": null,
		"LastUpdatedBy": "PLM_AUTO",
		"IssueEO_QI_DCL_QA_Id_c": null,
		"IssueEO_QI_DCL_QA_c": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746",
			"name": "qualityIssues",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746",
			"name": "qualityIssues",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746/child/AffectedObjects",
			"name": "AffectedObjects",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746/child/Attachments",
			"name": "Attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746/child/Relationships",
			"name": "Relationships",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/qualityIssues/300100203545746/child/WorkflowApprovers",
			"name": "WorkflowApprovers",
			"kind": "collection"
		},
		...
	}
}
Back to Top