Get all action plan templates

get

/crmRestApi/resources/11.13.18.05/actiontemplates

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: Finds an action plan template with the specified primary key.
      Finder Variables:
      • TemplateId; integer; The unique identifier of the action plan template.
    • TemplateAltKey: Finds a template with the specified alternate unique identifier.
      Finder Variables:
      • TemplateNumber; string; The alternate unique identifier of the template.
  • 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:
    • ActionPlanTypeCd; string; The code indicating the type of the action plan with which the template is associated. A list of valid values is defined in the lookup ORA_SVC_AP_ACTION_PLAN_TYPE_CD.
    • ActionPlanTypeCdMeaning; string; The display value corresponding to the action plan type lookup code for the template.
    • AutoStartFlag; boolean; Indicates whether the action plans created using the template start automatically.
    • BUOrgId; integer; The unique identifier of the business unit name associated to the action plan template.
    • BusinessUnitName; string; The name of the business unit associated to the template.
    • CalendarId; integer; The unique identifier of the calendar that is associated with the action plan template.
    • CoverageName; string; The name of the calendar associated with the action plan template.
    • CoverageTimeId; integer; The unique identifier of the calendar associated with the action plan template.
    • CreatedBy; string; The user who created the action plan template.
    • CreationDate; string; The date and time when the action plan template was created.
    • DeletedFlag; boolean; Indicates whether the action plan template has been deleted. The default value is false.
    • Description; string; The description of the action plan template.
    • EnabledFlag; boolean; Indicates whether the action plan template is enabled in the system. The default value is true.
    • EndDate; string; The date when the action plan template ends.
    • LastUpdateDate; string; The date and time when the action plan template was last updated.
    • LastUpdateLogin; string; The login details of the user who last updated the action plan template.
    • LastUpdatedBy; string; The user who last updated the action plan template.
    • Name; string; The name of the action plan template.
    • ObjectEntityName; string; The name of the object entity that the template uses to create action plans.
    • ObjectEntityNameMeaning; string; The display value corresponding to the object entity name lookup code for the template.
    • SchedulePuid; string; The public unique identifier of a standard coverage schedule.
    • StartDate; string; The date when the action plan template starts.
    • StripeCd; string; The application context of the action plan template.
    • StripeCdMeaning; string; The display value corresponding to the stripe lookup code for the template.
    • TemplateId; integer; The unique identifier of the action plan template.
    • TemplateNumber; string; The reference number of the action plan template.
  • 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 : actiontemplates
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : actiontemplates-item-response
Type: object
Show Source
  • Title: Category
    Maximum Length: 30
    The code indicating the type of the action plan with which the template is associated. A list of valid values is defined in the lookup ORA_SVC_AP_ACTION_PLAN_TYPE_CD.
  • Title: Action Plan Type Value
    Maximum Length: 255
    The display value corresponding to the action plan type lookup code for the template.
  • Title: Auto Start
    Maximum Length: 1
    Default Value: false
    Indicates whether the action plans created using the template start automatically.
  • Title: Business Unit ID
    The unique identifier of the business unit name associated to the action plan template.
  • Title: Business Unit
    The name of the business unit associated to the template.
  • Title: Calendar
    The unique identifier of the calendar that is associated with the action plan template.
  • Title: Calendar
    Read Only: true
    The name of the calendar associated with the action plan template.
  • Title: Coverage Time ID
    Read Only: true
    The unique identifier of the calendar associated with the action plan template.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the action plan template.
  • Title: Creation Date
    Read Only: true
    The date and time when the action plan template was created.
  • Title: Deleted
    Maximum Length: 1
    Default Value: false
    Indicates whether the action plan template has been deleted. The default value is false.
  • Read Only: true
    Indicates whether the action plan template can be deleted.
  • Title: Description
    Maximum Length: 1000
    The description of the action plan template.
  • Title: Published
    Maximum Length: 1
    Default Value: false
    Indicates whether the action plan template is enabled in the system. The default value is true.
  • Title: End Date
    The date when the action plan template ends.
  • Title: Last Update Date
    Read Only: true
    The date and time when the action plan template was last updated.
  • Title: LastUpdatedBy
    Read Only: true
    Maximum Length: 64
    The user who last updated the action plan template.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user who last updated the action plan template.
  • Links
  • Title: Template
    Maximum Length: 400
    The name of the action plan template.
  • Title: Context
    Maximum Length: 400
    The name of the object entity that the template uses to create action plans.
  • Title: Object Entity Name Value
    Maximum Length: 255
    The display value corresponding to the object entity name lookup code for the template.
  • Title: Schedule PUID
    Read Only: true
    Maximum Length: 120
    The public unique identifier of a standard coverage schedule.
  • Title: Start Date
    The date when the action plan template starts.
  • Title: Stripe Code
    Maximum Length: 30
    The application context of the action plan template.
  • Title: Stripe Value
    Maximum Length: 255
    The display value corresponding to the stripe lookup code for the template.
  • Template Actions
    Title: Template Actions
    The template actions resource is used to view, create, update, and delete the associations of actions with action plan templates.
  • Title: Template ID
    The unique identifier of the action plan template.
  • Title: Template Number
    Maximum Length: 30
    The reference number of the action plan template.
  • Read Only: true
    Indicates whether the action plan template can be updated.
Nested Schema : Template Actions
Type: array
Title: Template Actions
The template actions resource is used to view, create, update, and delete the associations of actions with action plan templates.
Show Source
Nested Schema : actiontemplates-templateAction-item-response
Type: object
Show Source
Nested Schema : Action Relations
Type: array
Title: Action Relations
The action relations resource is used to view, create, update, and delete the dependencies of actions on other actions in an action plan template.
Show Source
Nested Schema : actiontemplates-templateAction-actionRelation-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to get all action templates by submitting a GET request on the REST resource using cURL.

cURL Command

Command: curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/actiontemplates

Example of Response Body

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

{
"items": [
  {
"ActionPlanTypeCd": null,
"CalendarId": 300100028308361,
"CreatedBy": "autoxtnapi90",
"CreationDate": "2017-09-26T04:35:27+00:00",
"DeletedFlag": false,
"Description": null,
"EnabledFlag": true,
"EndDate": null,
"LastUpdateDate": "2017-09-26T04:38:50.624+00:00",
"LastUpdateLogin": "5A110B3702AB2374E0538E09F20AA247",
"LastUpdatedBy": "autoxtnapi90",
"Name": "test_26838643_bug",
"ObjectEntityName": "ServiceRequest",
"StartDate": "2017-09-26T00:00:00+00:00",
"TemplateId": 300100118701852,
"CoverageName": "24 by 7",
"CoverageTimeId": 300100028308361,
"UpdateFlag": true,
"DeleteFlag": true,
"DclTemplate_Id_c": null,
"DclTemplate_c": null,
"links": [
 ...
 ]
},
{
"ActionPlanTypeCd": null,
"CalendarId": 300100028308361,
"CreatedBy": "autouicase1",
"CreationDate": "2017-09-26T00:16:31+00:00",
"DeletedFlag": false,
"Description": "Auto_APTemplate_DESC_Multi_PreReqs_25092017_171629.949",
"EnabledFlag": true,
"EndDate": null,
"LastUpdateDate": "2017-09-26T00:18:29.258+00:00",
"LastUpdateLogin": "5A0D0227FB64731EE0538E09F20A7BA2",
"LastUpdatedBy": "autouicase1",
"Name": "Auto_APTemplate_Multi_PreReqs_25092017_171629.949",
"ObjectEntityName": "ServiceRequest",
"StartDate": "2017-09-26T00:00:00+00:00",
"TemplateId": 300100118669128,
"CoverageName": "24 by 7",
"CoverageTimeId": 300100028308361,
"UpdateFlag": true,
"DeleteFlag": true,
"DclTemplate_Id_c": null,
"DclTemplate_c": null,
"links": [
 ...
 ]
},
...
Back to Top