Get all standard coverages
get
/crmRestApi/resources/11.13.18.05/subscriptionCoverageHeaders
Request
Query Parameters
-
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 the standard coverage that matches the primary key criteria specified.
Finder Variables- CoverageHeaderId; integer; The unique identifier of the standard coverage.
- PuidAltKey Finds the standard coverage that matches the alternate key criteria specified.
Finder Variables- CoverageHeaderPuid; string; The unique identifier of the standard coverage PUID.
- coverageHeaderRowFinder Finds a standard subscription coverage based on the system date provided.
Finder Variables- varSysDate; string; The system date of the standard subscription coverage.
- PrimaryKey Finds the standard coverage that matches the primary key criteria specified.
-
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:- CoverageDescription; string; The value that uniquely identifies the standard coverage description.
- CoverageHeaderId; integer; The unique identifier of the internal standard coverage.
- CoverageHeaderPuid; string; The value that uniquely identifies the standard coverage.
- CoverageName; string; The name of the standard coverage.
- CreatedBy; string; The user who created the standard coverage record.
- CreationDate; string; The date when the standard coverage was created.
- DynamicMatrixClassId; integer; The unique identifier of the dynamic matrix class.
- DynamicMatrixClassName; string; The alternate value that uniquely identifies the dynamic matrix class.
- EndDate; string; The date when the standard coverage ends.
- LastUpdateDate; string; The date when the standard coverage was last updated.
- LastUpdateLogin; string; The name of the user who has last updated the standard coverage.
- LastUpdatedBy; string; The user who last updated the standard coverage.
- MatrixId; integer; The unique identifier of the dynamic matrix.
- MatrixName; string; The name of the matrix.
- ProgramCode; string; The code of the associated maintenance program.
- ProgramDescription; string; The description of the associated maintenance program.
- ProgramEndDate; string; The end date of the associated maintenance program.
- ProgramId; integer; The identifier of the associated maintenance program.
- ProgramName; string; The name of the associated maintenance program.
- ProgramOrganizationId; integer; The organization identifier of the associated maintenance program.
- ProgramStartDate; string; The start date of the associated maintenance program.
- StandardCoverageYn; string; Indicates whether coverage is standard coverage. The default value is False.
- StartDate; string; The date when the adjustments was created.
-
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 : subscriptionCoverageHeaders
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 : subscriptionCoverageHeaders-item-response
Type:
Show Source
object-
CoverageChargeDiscounts: array
Adjustments
Title:
AdjustmentsThe adjustments resource is used to view, create, update, and delete an adjustment. It provides details of adjustment information. -
CoverageDescription: string
Title:
Template DescriptionMaximum Length:1000The value that uniquely identifies the standard coverage description. -
CoverageHeaderId: integer
(int64)
The unique identifier of the internal standard coverage.
-
CoverageHeaderPuid: string
Maximum Length:
120The value that uniquely identifies the standard coverage. -
CoverageName: string
Title:
Template NameMaximum Length:150The name of the standard coverage. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the standard coverage record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the standard coverage was created. -
DynamicMatrixClassId: integer
(int64)
Title:
Entitlement TypeThe unique identifier of the dynamic matrix class. -
DynamicMatrixClassName: string
Title:
Entitlement TypeThe alternate value that uniquely identifies the dynamic matrix class. -
EndDate: string
(date)
Title:
End DateThe date when the standard coverage ends. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the standard coverage was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the standard coverage. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The name of the user who has last updated the standard coverage. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MatrixId: integer
(int64)
The unique identifier of the dynamic matrix.
-
MatrixName: string
The name of the matrix.
-
PreventiveMaintenanceWorkRequirements: array
Preventive Maintenance Work Requirements
Title:
Preventive Maintenance Work RequirementsThe preventive maintenance work requirements resource is used to get the work requirements of a preventive maintenance program associated with a subscription coverage. -
ProgramCode: string
Title:
Program CodeMaximum Length:30The code of the associated maintenance program. -
ProgramDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the associated maintenance program. -
ProgramEndDate: string
(date)
Title:
End DateRead Only:trueThe end date of the associated maintenance program. -
ProgramId: integer
(int64)
The identifier of the associated maintenance program.
-
ProgramName: string
Title:
Program NameMaximum Length:120The name of the associated maintenance program. -
ProgramOrganizationId: integer
(int64)
Title:
OrganizationThe organization identifier of the associated maintenance program. -
ProgramStartDate: string
(date)
Title:
Start DateRead Only:trueThe start date of the associated maintenance program. -
StandardCoverageYn: string
Maximum Length:
1Indicates whether coverage is standard coverage. The default value is False. -
StartDate: string
(date)
Title:
Start DateThe date when the adjustments was created. -
SubscriptionProductPuid: string
The value that uniquely identifies the subscription product.
Nested Schema : Adjustments
Type:
arrayTitle:
AdjustmentsThe adjustments resource is used to view, create, update, and delete an adjustment. It provides details of adjustment information.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Preventive Maintenance Work Requirements
Type:
arrayTitle:
Preventive Maintenance Work RequirementsThe preventive maintenance work requirements resource is used to get the work requirements of a preventive maintenance program associated with a subscription coverage.
Show Source
Nested Schema : subscriptionCoverageHeaders-CoverageChargeDiscounts-item-response
Type:
Show Source
object-
AdjustmentAmount: number
Title:
ValueThe amount entered for an adjustment type. -
AdjustmentTypeCode: string
Maximum Length:
30The unique code for adjustment type lookup. Valid values include discount percent or markup percent. A list of accepted values is defined in the lookup type ORA_QP_LINE_ADJ_TYPES. -
AdjustmentTypeMeaning: string
Title:
Adjustment TypeThe display value for the adjustment type lookup. The alternate valid values include discount percent or markup percent. A list of accepted values is defined in the lookup type ORA_QP_LINE_ADJ_TYPES. -
AllowCustomAdjustmentsFlag: boolean
Title:
Allow custom adjustmentsMaximum Length:1Indicates whether custom adjustments are allowed. The Default value is True. -
AllowPricingDiscountsFlag: boolean
Title:
Allow pricing discountsMaximum Length:1Indicates whether pricing discounts are allowed. The default value is False. -
BillingTypeCode: string
Maximum Length:
30The unique code for billing type lookup. A list of accepted values is defined in the lookup type EGP_MATERIAL_BILLABLE_TYPE for billing type code. Review and update the list of values using the Setup and Maintenance work area, and the Manage Service Logistics Lookups task. -
BillingTypeMeaning: string
Title:
Billing TypeThe display value for the billing type lookup code. A list of accepted values is defined in the lookup type EGP_MATERIAL_BILLABLE_TYPE for billing type meaning. Review and update the list of values using the Setup and Maintenance work area, and the Manage Service Logistics Lookups task. -
BusinessProcessCode: string
Maximum Length:
30The unique code for the business process type lookup. A list of accepted values is defined in the lookup type ORA_RCL_BUSINESS_PROCESS for business process code. Review and update the list of values using the Setup and Maintenance work area, and the Manage Service Logistics Lookups task. -
BusinessProcessMeaning: string
Title:
Business ProcessThe display value for the business process type lookup. A list of accepted values is defined in the lookup type ORA_RCL_BUSINESS_PROCESS for business process meaning. Review and update the list of values using the Setup and Maintenance work area, and the Manage Service Logistics Lookups task. -
ChargeDefinitionCode: string
Maximum Length:
30The charge definition code. -
ChargeDefinitionId: integer
(int64)
Title:
Charge DefinitionThe charge definition identifier. -
ChargeDefinitionName: string
Title:
Charge DefinitionMaximum Length:255The charge definition name. -
ChargeDiscountId: integer
(int64)
The unique identifier of the adjustment.
-
ChargeSubtypeCode: string
Maximum Length:
30The charge subtype code. -
ChargeTypeCode: string
Maximum Length:
30The charge type code. -
CoverageDiscountPuid: string
Maximum Length:
120The value that uniquely identifies the adjustments. -
CoverageHeaderId: integer
(int64)
The unique identifier of the parent coverage header against an adjustment.
-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the adjustment. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the adjustment was created. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code. -
EndDate: string
(date)
Title:
End DateThe date when the coverage adjustment ends. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the adjustment was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the adjustment. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The name of the user who has last updated the adjustment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
The organization ID.
-
PriceUOM: string
Title:
Price UOMMaximum Length:255The price UOM. -
PriceUOMCode: string
Title:
Price UOMMaximum Length:3The price UOM code. -
PricingBasisId: integer
Title:
Adjustment BasisThe unique identifier of the pricing basis. A list of accepted values is defined in the view qp_pricing_basis_vl for pricing basis ID. -
PricingBasisName: string
Title:
Adjustment BasisThe name of the pricing basis. A list of accepted values is defined in the view qp_pricing_basis_vl for pricing basis name. -
PricingTermId: integer
The unique identifier of the pricing term.
-
ServiceActivityId: integer
(int64)
The unique identifier of the service activity. A list of accepted values is defined in the view RCL_SERVICE_ACTIVITIES_VL for service activity ID.
-
ServiceActivityName: string
Title:
Service ActivityMaximum Length:80The name of the service activity. A list of accepted values is defined in the view RCL_SERVICE_ACTIVITIES_VL for service activity name. -
ServiceItemId: integer
(int64)
Title:
Service ItemThe service item ID. -
ServiceItemNumber: string
Title:
Service ItemMaximum Length:255The service item number. -
StartDate: string
(date)
Title:
Start DateThe date when the adjustment starts.
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 : subscriptionCoverageHeaders-PreventiveMaintenanceWorkRequirements-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date)
Title:
End DateRead Only:trueStart Date -
ActiveStartDate: string
(date)
Title:
Start DateRead Only:trueEnd Date -
AssetInclusionTypeCode: string
Read Only:
trueMaximum Length:30The asset inclusion type code associated with a work requirement. -
ItemId: integer
(int64)
Title:
Related Inventory Item IDRead Only:trueRelated Inventory Item ID -
ItemName: string
Title:
ItemRead Only:trueMaximum Length:240Item -
ItemNumber: string
Read Only:
trueMaximum Length:300The number of the item associated with a work requirement. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Title:
OrganizationRead Only:trueOrganization -
ProgramId: integer
(int64)
Read Only:
trueThe identifier of the program associated with the work requirement. -
RequirementId: integer
Read Only:
trueThe unique identifier of the work requirement. -
RequirementName: string
Title:
NameRead Only:trueMaximum Length:120Name -
RequirementType: string
Read Only:
trueMaximum Length:80The type of the work requirement. -
RequirementTypeCode: string
Read Only:
trueMaximum Length:30The type code of the work requirement. -
Status: string
Title:
Line StatusRead Only:trueMaximum Length:80Line Status -
StatusCode: string
Title:
Line StatusRead Only:trueMaximum Length:30Line Status
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source