Get all areas

get

/fscmRestApi/resources/11.13.18.05/supplierQualificationAreas

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 unique areas according to the area identifier.
      Finder Variables:
      • QualAreaId; integer; Value that uniquely identifies the area.
  • 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:
    • ActivationDate; string; Date and time when the area is activated.
    • AutoAcceptResponsesFlag; boolean; Contains one of the following values: true or false. If true, then the responses to the questions in this qualification will be automatically accepted. If false, then automatic acceptance is disabled. The default value is false.
    • AutoEvaluateQualFlag; boolean; Contains one of the following values: true or false. If true, then the qualification created based on the qualification area will be automatically evaluated. If false, then automatic evaluation is disabled. The default value is false.
    • AutoPopulateResponsesFlag; boolean; Contains one of the following values: true or false. If true, then question responses should be defaulted from the existing responses in the response repository when responders respond to a questionnaire containing the qualification area. If false, then the responses are not defaulted. The default value is false.
    • EnableScoringFlag; boolean; Contains one of the following values: true or false. If true, then scoring is enabled on the qualification area. If false, then scoring not enabled. The default value is false.
    • ExpirationReminderPeriod; integer; Period during which the application alerts the owner about the expiration of a qualification.
    • ExpirationReminderType; string; Unit of time to indicate days, weeks, or months.
    • ExpirationReminderTypeCode; string; Abbreviation that identifies the unit of time to indicate days, weeks, and months.
    • GlobalFlag; boolean; Contains one of the following values: true or false. If true, then the set up object is globally accessible by all procurement business units. If false, then the set up object is not globally accessible. The default value is false.
    • InformationOnlyFlag; boolean; Contains one of the following values: true or false. If true, then a qualification based on this qualification area will be evaluated or will be used for information only purposes. If false, then the qualification will not be used for information only process. The default value is false.
    • LatestRevisionFlag; boolean; Contains one of the following values: true or false. If true, then the qualification area revision is the most recent revision. If false, then the revision of question is not the latest. The default value is false.
    • NoteToSupplier; string; Value to indicate note to the supplier about the qualification.
    • OriginalQualAreaId; integer; Value that uniquely identifies the original area.
    • Owner; string; Name of the person who owns the qualification area.
    • OwnerId; integer; Value that uniquely identifies the owner of the area.
    • ProcurementBU; string; Name of the procurement business unit that owns the qualification area.
    • ProcurementBUId; integer; Value that uniquely identifies the owning procurement business unit.
    • QualArea; string; Name of the area or identifier entered by the user.
    • QualAreaDescription; string; Description of the qualification area.
    • QualAreaId; integer; Value that uniquely identifies the area.
    • QualAreaLevel; string; Value that identifies whether the area is relevant to a supplier or to a supplier site.
    • QualAreaLevelCode; string; Abbreviation that identifies whether the area is relevant to a supplier or to a supplier site. A list of accepted values is defined in the lookup type POQ_QUAL_AREA_LEVEL. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
    • QualAreaStatus; string; Status of the area.
    • QualAreaStatusCode; string; Abbreviation that identifies the status of the 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.
    • QualificationDurationType; string; Duration for which the qualification is valid.
    • QualificationDurationTypeCode; string; Abbreviation that identifies the duration for which the qualification is valid.
    • QualificationOwnerId; integer; Value that uniquely identifies the default owner of the corresponding qualification.
    • QualificationOwnerName; string; Name of the default owner of the corresponding qualification.
    • RequalifyExpirationFlag; boolean; Contains one of the following values: true or false. If true, then the qualification automatically requalify on expiration of the corresponding qualification. If false, then do not automatically requalify. The default value is false.
    • RequalifyResponseFlag; boolean; Contains one of the following values: true or false. If true, then qualification will automatically requalify for a new response of the corresponding qualification. If false, then do not automatically requalify. The default value is false.
    • Revision; integer; Number that identifies the revision of this area. Revision 0 is the base revision.
    • SectionName; string; Name of the section that will be used in a questionnaire.
    • ShowQualInterRespFlag; boolean; Contains one of the following values: true or false. If true, then share the response of the internal responder with the corresponding supplier. If false, then do not share. The default value is false.
    • ShowQualSuppRespFlag; boolean; Contains one of the following values: true or false. If true, then share the supplier responses with the corresponding supplier. If false, then do not share. The default value is false.
    • ShowQualToSupplierFlag; boolean; Contains one of the following values: true or false. If true, then share the response summary with the corresponding supplier. If false, then do not share. The default value is false.
    • SingleQualAutoInitFlag; boolean; Contains one of the following values: true or false. If true, then the qualification area is automatically initiated with single qualification. If false, then do not automatically initiate. The default value is false.
    • StandardsOrganization; string; Value that identifies the standards organization designated as the source of this requirement.
    • StandardsOrganizationCode; string; Abbreviation that identifies the standards organization designated as the source of this requirement. A list of accepted values is defined in the lookup type POQ_STDS_ORG. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
    • Subject; string; Value that identifies the subject to be associated with the area that is used to conduct a search.
    • SubjectCode; string; Abbreviation that identifies the subject to be associated with the area for search purposes. A list of accepted values is defined in the lookup type POQ_SUBJECT. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
  • 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 : supplierQualificationAreas
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : supplierQualificationAreas-item-response
Type: object
Show Source
  • Date and time when the area is activated.
  • Attachments
    Title: Attachments
    The Attachments resource is used to view, create, and update attachments.
  • Title: Automatically accept responses
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the responses to the questions in this qualification will be automatically accepted. If false, then automatic acceptance is disabled. The default value is false.
  • Title: Automatically evaluate qualification
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the qualification created based on the qualification area will be automatically evaluated. If false, then automatic evaluation is disabled. The default value is false.
  • Title: Automatically populate responses
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then question responses should be defaulted from the existing responses in the response repository when responders respond to a questionnaire containing the qualification area. If false, then the responses are not defaulted. The default value is false.
  • Business Units
    Title: Business Units
    The Business Unit resource gets the business units for a particular area.
  • Title: Enable scoring
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then scoring is enabled on the qualification area. If false, then scoring not enabled. The default value is false.
  • Period during which the application alerts the owner about the expiration of a qualification.
  • Title: Expiration Reminder Type
    Read Only: true
    Maximum Length: 80
    Unit of time to indicate days, weeks, or months.
  • Title: Expiration Reminder Type Code
    Maximum Length: 30
    Abbreviation that identifies the unit of time to indicate days, weeks, and months.
  • Title: Global BU access
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the set up object is globally accessible by all procurement business units. If false, then the set up object is not globally accessible. The default value is false.
  • Title: Information only
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then a qualification based on this qualification area will be evaluated or will be used for information only purposes. If false, then the qualification will not be used for information only process. The default value is false.
  • Title: Latest Revision
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then the qualification area revision is the most recent revision. If false, then the revision of question is not the latest. The default value is false.
  • Links
  • Title: Note to Supplier
    Maximum Length: 1000
    Value to indicate note to the supplier about the qualification.
  • Value that uniquely identifies the original area.
  • Outcomes
    Title: Outcomes
    The Outcome resource gets the outcomes for a particular area.
  • Title: Owner
    Read Only: true
    Maximum Length: 240
    Name of the person who owns the qualification area.
  • Title: Qualification Area Owner ID
    Value that uniquely identifies the owner of the area.
  • Title: Owning Procurement BU
    Read Only: true
    Maximum Length: 240
    Name of the procurement business unit that owns the qualification area.
  • Title: Owning Procurement BU ID
    Value that uniquely identifies the owning procurement business unit.
  • Title: Qualification Area
    Maximum Length: 80
    Name of the area or identifier entered by the user.
  • Title: Description
    Maximum Length: 1000
    Description of the qualification area.
  • Value that uniquely identifies the area.
  • Title: Qualification Area Level
    Read Only: true
    Maximum Length: 80
    Value that identifies whether the area is relevant to a supplier or to a supplier site.
  • Title: Qualification Area Level Code
    Maximum Length: 30
    Default Value: SUPPLIER
    Abbreviation that identifies whether the area is relevant to a supplier or to a supplier site. A list of accepted values is defined in the lookup type POQ_QUAL_AREA_LEVEL. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
  • Title: Status
    Read Only: true
    Maximum Length: 80
    Status of the area.
  • Title: Qualification Area Status Code
    Maximum Length: 30
    Default Value: DRAFT
    Abbreviation that identifies the status of the 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.
  • Title: Internal survey
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, use responses from multiple internal responders for evaluation of the qualification. If false, then allow response from a single internal responder for evaluation of the qualification. The default value is false.
  • Title: Qualification Duration
    Duration for which the qualification is valid.
  • Title: Qualification Duration Type
    Read Only: true
    Maximum Length: 80
    Duration for which the qualification is valid.
  • Title: Qualification Duration Type Code
    Maximum Length: 30
    Abbreviation that identifies the duration for which the qualification is valid.
  • Title: Default Qualification Owner ID
    Value that uniquely identifies the default owner of the corresponding qualification.
  • Title: Default Qualification Owner
    Read Only: true
    Maximum Length: 240
    Name of the default owner of the corresponding qualification.
  • Questions
    Title: Questions
    The Questions resource gets the questions for a particular area.
  • Title: On qualification expiration
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the qualification automatically requalify on expiration of the corresponding qualification. If false, then do not automatically requalify. The default value is false.
  • Title: On new response
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then qualification will automatically requalify for a new response of the corresponding qualification. If false, then do not automatically requalify. The default value is false.
  • Title: Revision
    Default Value: 0
    Number that identifies the revision of this area. Revision 0 is the base revision.
  • Title: Section Name
    Maximum Length: 80
    Name of the section that will be used in a questionnaire.
  • Title: Internal response
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then share the response of the internal responder with the corresponding supplier. If false, then do not share. The default value is false.
  • Title: Supplier response
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then share the supplier responses with the corresponding supplier. If false, then do not share. The default value is false.
  • Title: Share qualification with supplier
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then share the response summary with the corresponding supplier. If false, then do not share. The default value is false.
  • Title: Automatic initiative with single qualification
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the qualification area is automatically initiated with single qualification. If false, then do not automatically initiate. The default value is false.
  • Title: Standards Organization
    Read Only: true
    Maximum Length: 80
    Value that identifies the standards organization designated as the source of this requirement.
  • Title: Standards Organization Code
    Maximum Length: 30
    Abbreviation that identifies the standards organization designated as the source of this requirement. A list of accepted values is defined in the lookup type POQ_STDS_ORG. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
  • Title: Subject
    Read Only: true
    Maximum Length: 80
    Value that identifies the subject to be associated with the area that is used to conduct a search.
  • Title: Subject Code
    Maximum Length: 30
    Abbreviation that identifies the subject to be associated with the area for search purposes. A list of accepted values is defined in the lookup type POQ_SUBJECT. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Business Units
Type: array
Title: Business Units
The Business Unit resource gets the business units for a particular area.
Show Source
Nested Schema : Outcomes
Type: array
Title: Outcomes
The Outcome resource gets the outcomes for a particular area.
Show Source
Nested Schema : Questions
Type: array
Title: Questions
The Questions resource gets the questions for a particular area.
Show Source
Nested Schema : supplierQualificationAreas-attachments-item-response
Type: object
Show Source
Nested Schema : supplierQualificationAreas-businessUnits-item-response
Type: object
Show Source
Nested Schema : supplierQualificationAreas-outcomes-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then the qualification area outcome is active and is used for the evaluation process. If false, then the qualification area outcome is not active.
  • Title: Display Sequence
    Order in which the outcomes are displayed to the user for this specific area.
  • Title: From Score
    Lowest score for the qualification outcome.
  • Title: Knockout Outcome
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then assign the outcome to the qualification if the question response score is at or below the question knockout score. If false, then do not assign the outcome. The default value is false.
  • Links
  • Title: Notify
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then send notification of outcome for the automatically evaluated qualification. If false, then do not send notification to the Qualification Owner The default value is false.
  • Title: Outcome
    Maximum Length: 80
    Name of the qualification area outcome. This value is set as an outcome of a qualification as part of the evaluation.
  • Value that uniquely identifies the area.
  • Value that uniquely identify the outcome of the qualification area.
  • Title: To Score
    Highest score for the qualification outcome.
Nested Schema : supplierQualificationAreas-questions-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all areas.

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

Example Response Body

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

{
	"items": [
	{
		"QualAreaId": 300100194547517,
		"OriginalQualAreaId": 300100194547517,
		"Revision": 0,
		"QualArea": "Financial Viability",
		"QualAreaDescription": "Financial Viability",
		"QualAreaStatus": "Active",
		"QualAreaStatusCode": "ACTIVE",
		"GlobalFlag": true,
		"InformationOnlyFlag": false,
		"LatestRevisionFlag": true,
		"QualAreaLevelCode": "SUPPLIER",
		"QualAreaLevel": "Supplier or supplier site",
		"ProcurementBUId": 204,
		"ProcurementBU": "Vision Operations",
		"OwnerId": 100010026863783,
		"Owner": "Clare Smith",
		"SubjectCode": null,
		"Subject": null,
		"StandardsOrganizationCode": null,
		"StandardsOrganization": null,
		"ActivationDate": "2020-05-11T14:41:15.877+00:00",
		"EnableScoringFlag": true,
		"AutoAcceptResponsesFlag": true,
		"AutoPopulateResponsesFlag": true,
		"AutoEvaluateQualFlag": true,
		"ExpirationReminderTypeCode": "DAYS",
		"ExpirationReminderType": "Days",
		"ExpirationReminderPeriod": null,
		"RequalifyExpirationFlag": false,
		"QualificationDurationTypeCode": "MONTHS",
		"QualificationDurationType": "Months",
		"QualificationDuration": null,
		"ShowQualToSupplierFlag": false,
		"ShowQualSuppRespFlag": null,
		"ShowQualInterRespFlag": false,
		"NoteToSupplier": null,
		"RequalifyResponseFlag": null,
		"SingleQualAutoInitFlag": null,
		"QualificationOwnerId": null,
		"QualificationOwnerName": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517",
			"name": "supplierQualificationAreas",
			"kind": "item",
			"properties": {
				"changeIndicator": 
				...
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517",
			"name": "supplierQualificationAreas",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517/child/attachments",
			"name": "attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517/child/businessUnits",
			"name": "businessUnits",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517/child/outcomes",
			"name": "outcomes",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194547517/child/questions",
			"name": "questions",
			"kind": "collection"
		}
		]
	},
	{
		"QualAreaId": 300100194559453,
		"OriginalQualAreaId": 300100194559453,
		"Revision": 0,
		"QualArea": "Compliance and Ethics",
		"QualAreaDescription": null,
		"QualAreaStatus": "Active",
		"QualAreaStatusCode": "ACTIVE",
		"GlobalFlag": true,
		"InformationOnlyFlag": false,
		"LatestRevisionFlag": true,
		"QualAreaLevelCode": "SUPPLIER",
		"QualAreaLevel": "Supplier or supplier site",
		"ProcurementBUId": 204,
		"ProcurementBU": "Vision Operations",
		"OwnerId": 100010026863783,
		"Owner": "Clare Smith",
		"SubjectCode": null,
		"Subject": null,
		"StandardsOrganizationCode": null,
		"StandardsOrganization": null,
		"ActivationDate": "2020-05-11T23:34:46.913+00:00",
		"EnableScoringFlag": false,
		"AutoAcceptResponsesFlag": true,
		"AutoPopulateResponsesFlag": true,
		"AutoEvaluateQualFlag": false,
		"ExpirationReminderTypeCode": "DAYS",
		"ExpirationReminderType": "Days",
		"ExpirationReminderPeriod": null,
		"RequalifyExpirationFlag": false,
		"QualificationDurationTypeCode": "MONTHS",
		"QualificationDurationType": "Months",
		"QualificationDuration": null,
		"ShowQualToSupplierFlag": false,
		"ShowQualSuppRespFlag": null,
		"ShowQualInterRespFlag": false,
		"NoteToSupplier": null,
		"RequalifyResponseFlag": null,
		"SingleQualAutoInitFlag": null,
		"QualificationOwnerId": null,
		"QualificationOwnerName": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453",
			"name": "supplierQualificationAreas",
			"kind": "item",
			"properties": {
				"changeIndicator": 
				...
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453",
			"name": "supplierQualificationAreas",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453/child/attachments",
			"name": "attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453/child/businessUnits",
			"name": "businessUnits",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453/child/outcomes",
			"name": "outcomes",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas/300100194559453/child/questions",
			"name": "questions",
			"kind": "collection"
		}
		]
	},
	...
	],
	"count": 25,
	"hasMore": true,
	"limit": 25,
	"offset": 0,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/supplierQualificationAreas",
		"name": "supplierQualificationAreas",
		"kind": "collection"
	}
	]
}
Back to Top