Get a Goal Metric
get
/crmRestApi/resources/11.13.18.05/goalMetrics/{goalMetricsUniqID}
Request
Path Parameters
-
goalMetricsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- GoalId, ResourceId, TargetStartDate and TargetEndDate ---for the Goal Metric resource and used to uniquely identify an instance of Goal Metric. The client should not generate the hash key value. Instead, the client should query on the Goal Metric collection resource with a filter on the primary key values in order to navigate to a specific instance of Goal Metric.
For example: goalMetrics?q=GoalId=<value1>;ResourceId=<value2>;TargetStartDate=<value3>;TargetEndDate=<value4>
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : goalMetrics-item-response
Type:
Show Source
object-
Actual: number
Read Only:
trueActual -
CumulativeActual: number
Read Only:
trueThe cumulative actual amount for the goal metric. -
CumulativeProgress: number
Read Only:
trueCumulative Progress -
CumulativeTarget: number
Read Only:
trueThe cumulative target for the associated goal metric. -
CurrencyCode: string
Read Only:
trueMaximum Length:4000The currency code associated with the goal. -
DenomActual: number
Read Only:
trueThe denominator value of the KPI actual on goal metrics. -
DenomRollupActual: number
Read Only:
trueIndicates the actual KPI denominator rollup value used in the percentage KPI calculation for the goal metrics. -
ExcludeRootResource: string
Read Only:
trueMaximum Length:1Exclude Root Resource -
Frequency: string
Read Only:
trueMaximum Length:64Frequency -
GoalEndDate: string
(date-time)
Read Only:
trueGoal End Date -
GoalId: integer
Read Only:
trueGoal ID -
GoalMetricBreakdown: array
Goal Metric Breakdowns
Title:
Goal Metric BreakdownsThe goal metric breakdown resource is used to view breakdowns for a goal metric. -
GoalMetricDetails: array
Goal Metric Detail
Title:
Goal Metric DetailGoal Metric Details -
GoalName: string
Read Only:
trueMaximum Length:275Goal Name -
GoalNumber: string
Read Only:
trueMaximum Length:64Goal Number -
GoalStartDate: string
(date-time)
Read Only:
trueGoal Start Date -
IsFirst: number
Read Only:
trueIndicates if the current goal metric is the first. -
IsGoalParticipant: string
Read Only:
trueMaximum Length:1Indicates if the metric belongs to a participant of the goal. -
IsLast: number
Read Only:
trueIndicates if the current goal metric is the last one. -
IsResourceFromMyOrg: string
Read Only:
trueMaximum Length:1Indicates if the metric belongs to a resource in my organization. -
KPIAggregation: string
Read Only:
trueMaximum Length:200The KPI calculation type for the goal metrics. -
KPIId: integer
(int64)
Read Only:
trueKPI ID -
KPIName: string
Read Only:
trueMaximum Length:275KPI Name -
KPINumber: string
Read Only:
trueMaximum Length:64KPI Number -
KPIObject: string
Read Only:
trueMaximum Length:40KPI object -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManagerId: number
Read Only:
trueManager ID -
ManagerNumber: string
Read Only:
trueMaximum Length:30Manager Number -
NoOfGoalPeriods: number
Read Only:
trueThe number of goal periods defined for the goal metric. -
NumerActual: number
Read Only:
trueThe numerator value of the KPI actual on goal metrics. -
NumerRollupActual: number
Read Only:
trueIndicates the actual KPI numerator rollup value used in the percentage KPI calculation for the goal metrics. -
PersonId: integer
(int64)
Read Only:
truePerson ID -
Progress: number
Read Only:
trueProgress -
ResourceAvatarUri: string
Read Only:
trueResource Avatar URI -
ResourceId: number
Read Only:
trueResource ID -
ResourceName: string
Read Only:
trueMaximum Length:900Resource Name -
ResourceNumber: string
Read Only:
trueMaximum Length:30Resource Number -
RollupActual: number
Read Only:
trueRollup Actual -
RollupCumulativeActual: number
Read Only:
trueThe amount that indicates the rollup of the cumulative amount for the goal metric. -
RollupCumulativeProgress: number
Read Only:
trueRollup Cumulative Progress -
RollupCumulativeTarget: number
Read Only:
trueThe amount that indicates the cumulative rollup target for the goal metric. -
RollupProgress: number
Read Only:
trueRollup Progress -
RollupTarget: number
Read Only:
trueRollup Target -
Target: number
Read Only:
trueTarget -
TargetEndDate: string
(date-time)
Read Only:
trueTarget End Date -
TargetStartDate: string
(date-time)
Read Only:
trueTarget Start Date -
UOMCode: string
Read Only:
trueMaximum Length:40UOM Code
Nested Schema : Goal Metric Breakdowns
Type:
arrayTitle:
Goal Metric BreakdownsThe goal metric breakdown resource is used to view breakdowns for a goal metric.
Show Source
Nested Schema : Goal Metric Detail
Type:
arrayTitle:
Goal Metric DetailGoal Metric Details
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : goalMetrics-GoalMetricBreakdown-item-response
Type:
Show Source
object-
BreakdownFrequency: string
Read Only:
trueMaximum Length:7The breakdown frequency associated with the current goal metric breakdown. -
BreakdownMeasuredAlias: string
Read Only:
trueMaximum Length:12The alias of the measured breakdown associated with the goal metric. -
BreakdownMeasurementDate: string
(date)
Read Only:
trueThe date when the breakdown measurement was assigned. -
BreakdownPeriodEndDate: string
(date-time)
Read Only:
trueThe date when the goal metric breakdown period ends. -
BreakdownPeriodStartDate: string
(date-time)
Read Only:
trueThe date when the goal metric breakdown period starts. -
DayActual: number
Read Only:
trueThe actual day for the goal metric. -
DenomDayActual: number
Read Only:
trueThe day actual KPI denominator value for the goal metrics breakdown. -
DenomPeriodRunningActual: number
Read Only:
trueThe period running actual KPI Denominator value for the goal metrics breakdown. -
GoalFrequency: string
Read Only:
trueMaximum Length:64The frequency of the goal associated with the goal metric breakdown. -
GoalId: integer
Read Only:
trueGoal ID -
IsForLaterDate: string
Read Only:
trueIndicates if the goal metric breakdown is for a later date. -
KPIId: integer
(int64)
Read Only:
trueKPI ID -
LastDayOfPeriod: string
(date-time)
Read Only:
trueThe last day of the breakdown period. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoOfDaysInPeriod: number
Read Only:
trueThe number of days in the breakdown period. -
NumerDayActual: number
Read Only:
trueThe Day Actual KPI Numerator value for the goal metrics breakdown. -
NumerPeriodRunningActual: number
Read Only:
trueThe period running actual KPI numerator value for the goal metrics breakdown. -
PeriodRunningActual: number
Read Only:
trueThe actual period running for the goal metric breakdown. -
ResourceId: number
Read Only:
trueResource ID
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : goalMetrics-GoalMetricDetails-item-response
Type:
Show Source
object-
Actual: number
Read Only:
trueActual -
CumulativeActual: number
Read Only:
trueCumulative Actual -
DenomActual: number
Read Only:
trueThe denominator value of the KPI actual on goal metrics. -
DenomCumulativeActual: number
Read Only:
trueThe cumulative actual KPI denominator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
DenomRollupActual: number
Read Only:
trueThe rollup actual KPI denominator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
DenomRollupCumulativeActual: number
Read Only:
trueThe rollup cumulative actual KPI denominator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
Frequency: string
Read Only:
trueMaximum Length:64Frequency -
GoalId: integer
(int64)
Read Only:
trueGoal ID -
GoalName: string
Read Only:
trueMaximum Length:275Goal Name -
GoalNumber: string
Read Only:
trueMaximum Length:64Goal Number -
KPICategoryCode: string
Read Only:
trueMaximum Length:100KPI Category Code -
KPICategoryName: string
Read Only:
trueMaximum Length:80KPI Category Name -
KPIId: integer
(int64)
Read Only:
trueKPI ID -
KPIName: string
Read Only:
trueMaximum Length:275KPI Name -
KPINumber: string
Read Only:
trueMaximum Length:64KPI Number -
KPIObject: string
Read Only:
trueMaximum Length:40KPI object -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumerActual: number
Read Only:
trueThe numerator value of the KPI actual on goal metrics. -
NumerCumulativeActual: number
Read Only:
trueThe cumulative actual KPI numerator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
NumerRollupActual: number
Read Only:
trueThe rollup actual KPI numerator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
NumerRollupCumulativeActual: number
Read Only:
trueThe rollup cumulative actual KPI numerator value for the goal metrics details. This is used in KPI calculation for the goal metrics. -
ResoruceNumber: string
Read Only:
trueMaximum Length:30Resource Number -
ResourceId: integer
(int64)
Read Only:
trueResource ID -
ResourceName: string
Read Only:
trueMaximum Length:900Resource Name -
RollupActual: number
Read Only:
trueRollup Actual -
RollupCumulativeActual: number
Read Only:
trueRollup Cumulative Actual -
TargetEndDate: string
(date-time)
Read Only:
trueTarget End Date -
TargetStartDate: string
(date-time)
Read Only:
trueTarget Start Date -
UOMCode: string
Read Only:
trueMaximum Length:40UOM Code
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- GoalMetricBreakdown
-
Operation: /crmRestApi/resources/11.13.18.05/goalMetrics/{goalMetricsUniqID}/child/GoalMetricBreakdownParameters:
- goalMetricsUniqID:
$request.path.goalMetricsUniqID
The goal metric breakdown resource is used to view breakdowns for a goal metric. - goalMetricsUniqID:
- GoalMetricDetails
-
Operation: /crmRestApi/resources/11.13.18.05/goalMetrics/{goalMetricsUniqID}/child/GoalMetricDetailsParameters:
- goalMetricsUniqID:
$request.path.goalMetricsUniqID
Goal Metric Details - goalMetricsUniqID: