Get all service request milestones
get
/crmRestApi/resources/11.13.18.05/internalServiceRequests/{SrId}/child/srMilestone
Request
Path Parameters
-
SrId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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 -
finder: string
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 a service request milestone with the specified primary key.
Finder Variables:- SrMilestoneId :The unique identifier of a service request milestone.
- PrimaryKey :Finds a service request milestone with the specified primary key.
-
limit: integer
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.
-
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- ActiveFlag; boolean; Indicates whether the service request milestone is active.
- AgentCompletedFlag; boolean; Indicates whether agent marked the milestone as complete.
- AllowAgentCompletionFlag; boolean; Indicates whether an agent can mark the milestone as complete.
- AllowDueDateOverrideFlag; boolean; Indicates whether an agent can override the milestone due date.
- Comments; string; The customer or agent comments.
- CompletionDate; string; The date when the milestone is to be completed.
- ComplianceFlag; boolean; The compliance status of the milestone.
- CoverageId; integer; The unique identifier for the coverage record.
- CoverageSourceCd; string; Coverage Source
- CoverageSourceCdMeaning; string; The display value corresponding to the coverage source lookup code.
- CreatedBy; string; The user who created the milestone.
- CreationDate; string; The date and time when the record was created.
- DelayTime; integer; The time between the due date and the completion date.
- DueDate; string; The due date of the milestone.
- LastUpdateDate; string; The date and time when the record was last updated.
- LastUpdateLogin; string; The login of the user who last updated the milestone.
- LastUpdatedBy; string; The user who last updated the milestone.
- MilestoneConfigId; integer; The unique identifier of the milestone configuration record.
- MilestoneLabel; string; The name of the milestone.
- MilestoneStatusCd; string; The status of the milestone.
- MilestoneStatusCdMeaning; string; The display value corresponding to the status lookup code for the milestone.
- PauseConditionLabel; string; The time when the milestone pauses.
- SrAssigneePartyId; integer; The unique party object identifier of the service request assignee.
- SrId; integer; The unique identifier of the service request record.
- SrMilestoneId; integer; The unique identifier of the service request milestone record.
- StartConditionLabel; string; The time when the milestone starts.
- SubscriptionCoveragePuid; string; Subscription Coverage PUID
- SubscriptionNumber; string; Subscription Number
- TimeLeftOnceUnpaused; integer; The time left, in minutes, to complete the milestone after it's restored from the paused state.
- TimeRemaining; string; The time remaining in the milestone.
- WarnedFlag; boolean; Indicates whether milestone passed the warning threshold.
- WarningDate; string; The date and time when the milestone passed the warning threshold.
-
totalResults: boolean
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
-
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 : internalServiceRequests-srMilestone
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : internalServiceRequests-srMilestone-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:falseIndicates whether the service request 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 customer or agent comments. -
CompletionDate: string
(date-time)
Title:
Completion DateThe date when the milestone is to be completed. -
ComplianceFlag: boolean
Title:
ComplianceMaximum Length:1Default Value:trueThe compliance status of the milestone. -
CoverageId: integer
(int64)
Title:
Coverage IDThe unique identifier for the coverage record. -
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 record was created. -
DelayTime: integer
(int64)
Title:
Delay TimeThe time between the due date and the completion date. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates whether the user has access to delete the record. -
DueDate: string
(date-time)
Title:
Due DateThe due date of the milestone. -
EntitlementId: integer
The unique identifier of the entitlement record.
-
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the record 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 record. -
MilestoneLabel: string
Title:
NameRead Only:trueMaximum Length:255The name of the milestone. -
MilestoneStatusCd: string
Title:
StatusMaximum Length:30The status of the milestone. -
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 time when the milestone pauses. -
SrAssigneePartyId: integer
Title:
Assigned to Party IDThe unique party object identifier of the service request assignee. -
SrId: integer
(int64)
Title:
Service Request IDThe unique identifier of the service request record. -
SrMilestoneHistory: array
Milestones History
Title:
Milestones HistoryThe list of changes in the service request milestone status. -
SrMilestoneId: integer
(int64)
Title:
Milestone IDRead Only:trueThe unique identifier of the service request milestone record. -
StartConditionLabel: string
Title:
Starts WhenRead Only:trueMaximum Length:1000The time when the milestone 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, in minutes, to complete the milestone after it's restored from the paused state. -
TimeRemaining: string
Title:
Time RemainingRead Only:trueThe time remaining in the milestone. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates whether the user has access to update the record. -
WarnedFlag: boolean
Title:
WarnedMaximum Length:1Default Value:falseIndicates whether milestone 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 : Milestones History
Type:
arrayTitle:
Milestones HistoryThe list of changes in the service request milestone status.
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 : internalServiceRequests-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 of the agent. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record 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 record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the record 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 status of the milestone. -
OverriddenDueDate: string
(date-time)
Title:
Due DateThe milestone overridden due date. -
SrMilestoneId: integer
(int64)
Title:
Milestone IDThe unique identifier of the service request milestone record. -
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
Examples
The following example shows how to get all service request milestones of an internal service request by submitting a get request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET 'https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone'
Example of Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"ActiveFlag": true,
"CompletionDate": null,
"ComplianceFlag": true,
"CreatedBy": "automisrhdadm1",
"CreationDate": "2024-12-09T22:47:17.178+00:00",
"DueDate": "2024-12-09T23:07:00+00:00",
"LastUpdateDate": "2024-12-09T22:47:17.582+00:00",
"LastUpdateLogin": "28A5638738CB8B1DE0635F10060A6054",
"LastUpdatedBy": "automisrhdadm1",
"MilestoneStatusCdMeaning": "In Progress",
"MilestoneStatusCd": "ORA_SVC_IN_PROGRESS",
"SrId": 300100627047030,
"SrMilestoneId": 300100627056933,
"WarnedFlag": false,
"WarningDate": "2024-12-09T22:57:00+00:00",
"CoverageId": 300100625853009,
"MilestoneConfigId": 300100545297675,
"MilestoneLabel": "Resolution Metric",
"StartConditionLabel": "Service Request is created.",
"PauseConditionLabel": "Service Request status type is set to Waiting on Customer.",
"TimeRemaining": "1 day late",
"DelayTime": null,
"SrAssigneePartyId": null,
"UpdateFlag": true,
"DeleteFlag": true,
"TimeLeftOnceUnpaused": null,
"EntitlementId": null,
"Comments": null,
"AgentCompletedFlag": false,
"AllowDueDateOverrideFlag": false,
"AllowAgentCompletionFlag": false,
"SubscriptionNumber": null,
"SubscriptionCoveragePuid": "CDRM_6036",
"CoverageSourceCd": null,
"CoverageSourceCdMeaning": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933",
"name": "srMilestone",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933",
"name": "srMilestone",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004",
"name": "internalServiceRequests",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933/lov/CoveredLevelLookup",
"name": "CoveredLevelLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933/lov/Milestone_StatusCdLookup",
"name": "Milestone_StatusCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933/lov/Yes_NoLookup",
"name": "Yes_NoLookup",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056933/child/SrMilestoneHistory",
"name": "SrMilestoneHistory",
"kind": "collection"
}
]
},
{
"ActiveFlag": true,
"CompletionDate": null,
"ComplianceFlag": true,
"CreatedBy": "automisrhdadm1",
"CreationDate": "2024-12-09T22:47:17.564+00:00",
"DueDate": "2024-12-09T22:57:00+00:00",
"LastUpdateDate": "2024-12-09T22:47:17.961+00:00",
"LastUpdateLogin": "28A5638738CB8B1DE0635F10060A6054",
"LastUpdatedBy": "automisrhdadm1",
"MilestoneStatusCdMeaning": "In Progress",
"MilestoneStatusCd": "ORA_SVC_IN_PROGRESS",
"SrId": 300100627047030,
"SrMilestoneId": 300100627056935,
"WarnedFlag": false,
"WarningDate": "2024-12-09T22:52:00+00:00",
"CoverageId": 300100625853009,
"MilestoneConfigId": 300100545297676,
"MilestoneLabel": "First Response Metric",
"StartConditionLabel": "Service Request is created.",
"PauseConditionLabel": "Never",
"TimeRemaining": "1 day late",
"DelayTime": null,
"SrAssigneePartyId": null,
"UpdateFlag": true,
"DeleteFlag": true,
"TimeLeftOnceUnpaused": null,
"EntitlementId": null,
"Comments": null,
"AgentCompletedFlag": false,
"AllowDueDateOverrideFlag": false,
"AllowAgentCompletionFlag": false,
"SubscriptionNumber": null,
"SubscriptionCoveragePuid": "CDRM_6036",
"CoverageSourceCd": null,
"CoverageSourceCdMeaning": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935",
"name": "srMilestone",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935",
"name": "srMilestone",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004",
"name": "internalServiceRequests",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935/lov/CoveredLevelLookup",
"name": "CoveredLevelLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935/lov/Milestone_StatusCdLookup",
"name": "Milestone_StatusCdLookup",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935/lov/Yes_NoLookup",
"name": "Yes_NoLookup",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone/300100627056935/child/SrMilestoneHistory",
"name": "SrMilestoneHistory",
"kind": "collection"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/internalServiceRequests/ISR0000006004/child/srMilestone",
"name": "srMilestone",
"kind": "collection"
}
]
}