Get all parameters

get

/fscmRestApi/resources/11.13.18.05/collaborationParameters

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 Find parameter details according to the primary key.
      Finder Variables
      • Code; string; Abbreviation that identifies the parameter.
  • 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:
    • Code; string; Abbreviation that identifies the collaboration parameter.
    • DataType; string; Type of data of the collaboration parameter.
    • Description; string; Description of the collaboration parameter.
    • LastUpdateDate; string; Date and time when the user most recently updated the collaboration parameter.
    • LastUpdatedBy; string; User who most recently updated the collaboration parameter.
    • Value; string; Value of the collaboration parameter.
  • 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 : collaborationParameters
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : collaborationParameters-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all parameters.

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

Example Response Body

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

{
	"items"": [
		{
			"Code": "ORA_VCS_OTBI_WATERFALL_DASHBOARD",
			"Description": "Read only parameter that specifies the relative URL to SCC contextual OTBI Reports launched from Manage Order Forecasts and Commits.",
			"Value"": "/analytics/saw.dll?Dashboard&PortalPath={PORTAL_PATH}&page={PORTAL_PAGE}",
			"DataType": "STRING",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate"": "2019-06-22T01:18:42.049+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "COLLAB_BOUNDARY_TYPE",
			"Description": "Specifies the boundary type to resolve the lower start date of the collaboration.",
			"Value": "ORA_VCS_BOUNDARY_DAYS",
			"DataType"": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "MARK_REP_REQUESTS_AS_DELIVERED_LAST_RUN",
			"Description": "Last time historical replenishment requests that have been fully delivered were marked as delivered.",
			"Value": "20190625153338",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "CVSUPPD05",
			"LastUpdateDate": "2019-06-25T15:33:38+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "MARK_REP_REQUESTS_AS_DELIVERED_SCHEDULE",
			"Description": "Specifies how often historical replenishment requests that have been fully delivered are marked as delivered.  This is defined in hours.",
			"Value": "24",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-06-22T01:18:42.030+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "VMI_ALLOW_FULL_DATA_ACCESS",
			"Description": "VMI:Allow full access to all collaboration analysts if data access security is enabled and a relationship does not have any vmi analysts assigned",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.006+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "VMI_DEFAULT_REQUISITION_REQUESTER",
			"Description": "Default requisition requester for VMI relationship",
			"Value": "SCC_OPERATIONS",
			"DataType": "NUMBER",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.013+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "VMI_ENABLE_ACCESS_DATA_SECURITY",
			"Description": "VMI:Enables or disables data access security in VMI management at deployment",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.017+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ALLOW_FULL_DATA_ACCESS",
			"Description": "Allow full access to all collaboration planners if data access security is enabled and a relationship does not have any collaboration planner assigned",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.018+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ENABLE_ACCESS_DATA_SECURITY",
			"Description"": "Enables or disables data access security in Supply Chain Collaboration at deployment",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.028+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		{
			"Code": "FORECAST_DOWNLOAD_ONLINE_LIMIT",
			"Description": "Specifies the number of collaboration order forecasts that are allowed using real-time downloads. When the number of collaboration order forecasts is greater than this number, a scheduled process will be used.",
			"Value": "250",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-06-22T01:18:42+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "UNMANAGED_PUBLISH_CYCLE",
			"Description": "Specifies the number of days before the B2B only cycle expires.",
			"Value": "15",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-06-22T01:18:42.158+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "COLLAB_BOUNDARY_DAYS",
			"Description": "Specifies the number of days in the past open for current order forecast and commit collaboration, default is 0.",
			"Value": "0",
			"DataType": "NUMBER",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.031+00:00",
			"links": [
				{
				...
				},
				{
				...
				}
			]
		},
		{
			"Code": "PURGE_VMI_REL_INT_SCHEDULE",
			"Description"": "Specifies the number of days that Vendor-Managed Inventory relationships are retained in the interface tables.",
			"Value": "7",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-06-22T01:18:42.102+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "PURGE_PROCESSED_INTERFACE_COMMITS_DAYS",
			"Description"": "Specifies the number of days in the past that commit data is kept in the interface tables prior to being purged.",
			"Value": "365",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-04-19T18:02:04.603+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_DEFAULT_CATALOG_EXTERNAL",
			"Description": "Identifies the default item catalog used when returning external source system collaboration order forecasts.",
			"Value": "",
			"DataType": "NUMBER",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.033+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "SUPPLY_PLANNING_COMMITS_INTERFACE_DATA_RETENTION_DAYS",
			"Description": "Specifies the number of days that supply planning collaboration commits are retained in the interface tables.",
			"Value": "30",
			"DataType": "NUMBER",
			"LastUpdatedBy": "SEED_DATA_FROM_APPLICATION",
			"LastUpdateDate": "2019-06-22T01:18:42.111+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "CREATE_MISSING_AGGREGATED_FORECAST_BUCKETS",
			"Description": "Create aggregated buckets for missing forecast quantities",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.037+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ENABLE_EXTERNAL_COLLAB_SOURCE_SYSTEM",
			"Description": "Allows customers to collaborate using supply plans created with Supply Chain Planning external source systems.",
			"Value": "Y",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.039+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_COMMIT_QTY",
			"Description": "Identifies override commit quantities option in download.",
			"Value": null,
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.041+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_COMMIT_QTY_LCK_FLAG",
			"Description": "Identifies Manage Order Forecast download attribute Commit Quantities is locked or unlocked.",
			"Value": "N",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.043+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_HORIZON",
			"Description": "Identifies the type of quantities that will be downloaded.",
			"Value": "ORA_VCS_CP_DL_FORECAST",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.044+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_HORIZON_LCK_FLAG",
			"Description": "Identifies Manage Order Forecast download attribute Horizon is locked or unlocked.",
			"Value": "N",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.049+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_MEASURES",
			"Description": "Identifies Purchase Order type to be downloaded.",
			"Value": "ORA_VCS_PREV_FORECAST,ORA_VCS_PREV_COMMIT,ORA_VCS_PO,ORA_VCS_PR,ORA_VCS_IN_TRANSIT,ORA_VCS_IN_RECEIVING",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.051+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_MEASURES_LCK_FLAG",
			"Description": "Identifies Manage Order Forecast download attribute Measures is locked or unlocked.",
			"Value": "N",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.061+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		},
		{
			"Code": "ORA_VCS_SP_DWNLD_TIME_AGGR_LEVEL",
			"Description": "Identifies quantities aggregation type in download.",
			"Value": "ORA_VCS_CP_AGGR_DAY",
			"DataType": "VARCHAR2",
			"LastUpdatedBy": "USER1",
			"LastUpdateDate": "2019-06-25T16:26:05.064+00:00",
			"links": [
				{
					...
				},
				{
					...
				}
			]
		}
	],
	"count": 25,
	"hasMore": true,
	"limit": 25,
	"offset": 0,
	"links": [
		{
			...
		}
	]
}
Back to Top