Get a service request milestone
get
/crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/srMilestone/{SrMilestoneId}
Request
Path Parameters
-
SrMilestoneId(required): integer(int64)
The unique identifier of the milestone.
-
SrNumber(required): string
The unique number that is used to identify a service request. You can configure the service request number to a format that is best suitable to your organizational requirements. For example, service request may have the formats service request0000012345, service request_000_12345, 12345_00_service request, and so on depending on your requirements.
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 : serviceRequests-srMilestone-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:falseIndicates that the milestone is active. -
AgentCompletedFlag: boolean
Title:
Agent CompletedMaximum Length:1Default Value:falseIndicates whether agent marked the milestone as complete. -
AllowAgentCompletionFlag: boolean
Title:
Allow Agent CompletionRead Only:trueMaximum Length:1Default Value:falseIndicates whether an agent can mark the milestone as complete. -
AllowDueDateOverrideFlag: boolean
Title:
Allow Due Date OverrideRead Only:trueMaximum Length:1Default Value:falseIndicates whether an agent can override the milestone due date. -
Comments: string
Title:
CommentsMaximum Length:400The comments the agent made about the milestone. For example, why the due date was overridden. -
CompletionDate: string
(date-time)
Title:
Completion DateThe date when the milestone was completed. -
ComplianceFlag: boolean
Title:
ComplianceMaximum Length:1Default Value:trueIndicates whether the milestone is compliant or not. The default value is true. -
CoverageId: integer
(int64)
Title:
Coverage IDThe unique identifier of the service request coverage. -
CoverageSourceCd: string
Title:
Coverage SourceMaximum Length:120Coverage Source -
CoverageSourceCdMeaning: string
Title:
Coverage SourceRead Only:trueThe display value corresponding to the coverage source lookup code. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the milestone. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the milestone was created. -
DelayTime: integer
(int64)
Title:
Delay TimeThe amount of time the milestones has been delayed from the due date. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the milestone has been deleted. -
DueDate: string
(date-time)
Title:
Due DateThe date when the milestone is due. -
EntitlementId: integer
The unique identifier of the entitlement for the milestone.
-
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the milestone was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the milestone. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the milestone. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MilestoneConfigId: integer
(int64)
Title:
Milestone Configuration IDThe unique identifier of the milestone configuration. -
MilestoneLabel: string
Title:
NameRead Only:trueMaximum Length:255The display name of the milestone. -
MilestoneStatusCd: string
Title:
StatusMaximum Length:30The code indicating the status of the milestone. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD. -
MilestoneStatusCdMeaning: string
Title:
Milestone StatusRead Only:trueMaximum Length:255The display value corresponding to the status lookup code for the milestone. -
PauseConditionLabel: string
Title:
Pauses WhenRead Only:trueMaximum Length:1000The condition of the milestone when it pauses. -
SrAssigneePartyId: integer
Title:
Assigned to Party IDThe unique identifier of the resource assigned to the service request. -
SrId: integer
(int64)
Title:
Service Request IDThe unique identifier of the service request. -
SrMilestoneHistory: array
Milestone Codes
Title:
Milestone CodesThe milestone codes resource is used to view, create, update, and delete the history of changes in the milestone status of a service request, such as a list of time entries for when the milestone tracking is started, paused, marked as complete, or restarted. -
SrMilestoneId: integer
(int64)
Title:
Milestone IDRead Only:trueThe unique identifier of the milestone. -
StartConditionLabel: string
Title:
Starts WhenRead Only:trueMaximum Length:1000The condition of the milestone when it starts. -
SubscriptionCoveragePuid: string
Title:
Subscription Coverage PUIDMaximum Length:120Subscription Coverage PUID -
SubscriptionNumber: string
Title:
Subscription NumberMaximum Length:120Subscription Number -
TimeLeftOnceUnpaused: integer
Title:
Paused Minutes RemainingThe time left to complete the milestone after the service request is restored from a paused state. -
TimeRemaining: string
Title:
Time RemainingRead Only:trueThe time remaining in the milestone. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the milestone has been updated. -
WarnedFlag: boolean
Title:
WarnedMaximum Length:1Default Value:falseIndicates whether the milestone has passed the warning threshold. -
WarningDate: string
(date-time)
Title:
Warning DateThe date and time when the milestone passed the warning threshold.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Milestone Codes
Type:
arrayTitle:
Milestone CodesThe milestone codes resource is used to view, create, update, and delete the history of changes in the milestone status of a service request, such as a list of time entries for when the milestone tracking is started, paused, marked as complete, or restarted.
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 : serviceRequests-srMilestone-SrMilestoneHistory-item-response
Type:
Show Source
object-
AccumulatedTimeInStatus: integer
(int64)
Title:
Accumulated TimeThe total time the service request milestone spent in the status. -
Comments: string
Title:
CommentsMaximum Length:400The comments the agent made about the milestone. For example, why the due date was overridden. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the milestone. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the milestone was created. -
EndTime: string
(date-time)
The date and time when the milestone exited the status.
-
HistoryId: integer
(int64)
Title:
History IDRead Only:trueThe unique identifier of the milestone history. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the millstone history was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the milestone history. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the milestone history. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MilestoneStatusCd: string
Title:
StatusMaximum Length:30The code indicating the status of the milestone. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD. -
OverriddenDueDate: string
(date-time)
Title:
Due DateIndicates the new due date the agent set for the milestone. -
SrMilestoneId: integer
(int64)
Title:
Milestone IDThe unique identifier of the service request milestone. -
StartTime: string
(date-time)
Title:
DateThe date and time when the milestone status was changed.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- CoveredLevelLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_OSS_COVERED_LEVEL
The list of values for subscription covered levels. - finder:
- Milestone_StatusCdLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_SVC_MILESTONE_STATUS_CD
The list of values for the service request milestone status. - finder:
- SrMilestoneHistory
-
Parameters:
- SrMilestoneId:
$request.path.SrMilestoneId - SrNumber:
$request.path.SrNumber
The milestone codes resource is used to view, create, update, and delete the history of changes in the milestone status of a service request, such as a list of time entries for when the milestone tracking is started, paused, marked as complete, or restarted. - SrMilestoneId:
- Yes_NoLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating if the agent completed the milestone. - finder:
Examples
The following example shows how to get a service request milestone by submitting a GET request on the REST resource.
Example of Request Header
The following shows an example of the request header.
GET /crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833 HOST: servername.fa.us2.oraclecloud.com authorization: Basic U0FMRVNfQURNSU46V2VsY29tZTE= content-type: application/vnd.oracle.adf.resourceitem+json
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 200 OK Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following example shows the contents of the response body.
{
"ActiveFlag": true,
"CompletionDate": null,
"ComplianceFlag": true,
"CreatedBy": "CUSTOMER_SERVICE_MANAGER",
"CreationDate": "2017-04-21T08:46:39.014+00:00",
"DueDate": "2017-04-21T09:16:00+00:00",
"LastUpdateDate": "2017-04-21T08:46:39.204+00:00",
"LastUpdateLogin": "4DA98A89E4F44291E05356C0F20A8E01",
"LastUpdatedBy": "CUSTOMER_SERVICE_MANAGER",
"MilestoneStatusCd": "ORA_SVC_IN_PROGRESS",
"SrId": 300100114883796,
"SrMilestoneId": 300100114883833,
"WarnedFlag": false,
"WarningDate": "2017-04-21T08:51:00+00:00",
"EntitlementId": -1,
"CoverageId": 300100091977325,
"MilestoneConfigId": 100100052668202,
"MilestoneLabel": "First Response Metric",
"StartConditionLabel": "New",
"PauseConditionLabel": "Never",
"TimeRemaining": "24 Minutes late",
"DelayTime": null,
"SrAssigneePartyId": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833",
"name": "srMilestone",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833",
"name": "srMilestone",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577",
"name": "serviceRequests",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833/lov/Yes_NoLookup",
"name": "Yes_NoLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833/lov/Milestone_StatusCdLookup",
"name": "Milestone_StatusCdLookup",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000011577/child/srMilestone/300100114883833/child/SrMilestoneHistory",
"name": "SrMilestoneHistory",
"kind": "collection"
}
]
}