Get a communication setup

get

/fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}

Request

Path Parameters
  • 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
  • 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>
  • 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
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : communicationTemplateSetups-item-response
Type: object
Show Source
Nested Schema : Communication Channel Setups
Type: array
Title: Communication Channel Setups
The list of channels that are supported by the communication template.
Show Source
Nested Schema : Communication Event Mappings
Type: array
Title: Communication Event Mappings
The list of events mapped to a communication. For example, Proxy Added event is mapped with a communication.
Show Source
Nested Schema : Communication Categories
Type: array
Title: Communication Categories
The communication categories resource lists all the categories a communication is mapped to.
Show Source
Nested Schema : communicationTemplateSetups-commChannels-item-response
Type: object
Show Source
Nested Schema : Communication Content Properties
Type: array
Title: Communication Content Properties
The properties for a communication that hold information about the communication template for specific channels. For example, information for From, Reply to, and Subject.
Show Source
Nested Schema : communicationTemplateSetups-commChannels-commContentProperties-item-response
Type: object
Show Source
Nested Schema : communicationTemplateSetups-commEventMappings-item-response
Type: object
Show Source
  • Title: Communication Channel Type Code
    Maximum Length: 30
    Code for the communication channel type.
  • Title: Communication Channel Type Code Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the communication channel type code. Examples of channels are email and SMS.
  • Title: Communication Event ID
    Read Only: true
    The unique identifier for communication event mapping.
  • Communication Scheduler
    Title: Communication Scheduler
    The list of schedules for a specific communication template in relation to an event.
  • Title: Event Code
    Maximum Length: 30
    The unique code for the event, such as ADMINADDENRLL.
  • Title: Event Description
    Read Only: true
    Maximum Length: 240
    The description of an event that triggers a communication.
  • Title: Event ID
    The unique identifier for an event.
  • Title: Event
    Read Only: true
    Maximum Length: 50
    The name of an event, such as Admissions Application Submission.
  • Title: Event Type
    Read Only: true
    Maximum Length: 30
    The code that indicates the type of the event, such as ORA_HEY_TRANSACTIONAL and ORA_HEY_DATE_BASED. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_TYPE.
  • Links
  • Title: Predefined Data Indicator
    Read Only: true
    Predefined Data Indicator
  • Maximum Length: 1
    Indicates if the communication must be sent immediately.
Nested Schema : Communication Scheduler
Type: array
Title: Communication Scheduler
The list of schedules for a specific communication template in relation to an event.
Show Source
Nested Schema : communicationTemplateSetups-commEventMappings-commSchedulers-item-response
Type: object
Show Source
  • Title: Communication Channel Type Code
    Maximum Length: 30
    Code of communication channel type
  • Title: Communication Channel Type Code Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the communication channel type code. Examples of channels are email and SMS.
  • Title: Communication Scheduler ID
    Read Only: true
    The unique identifier of the communication schedule.
  • Title: Increment Value
    Numeric value of time used to calculate the schedule date for a communication.
  • Links
  • Title: Pivot Date Attribute
    Maximum Length: 80
    The date attribute from event payload for pivot date.
  • Title: Pivot Direction
    Maximum Length: 30
    The direction of the pivot. Example of pivot directions are after and before.
  • Title: Pivot Direction Code Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the pivot direction code type. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_TIMING_RULE_TYPE.
  • Title: Predefined Data Indicator
    Read Only: true
    Predefined Data Indicator
  • Title: Time Unit
    Maximum Length: 30
    Unit of Time used to calculate the schedule date for the communication. For example, minutes, hours, or days.
  • Title: Time Unit Code Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the time unit type. A list of accepted values is defined in the lookup type ORA_HEY_COMM_TIME_UNIT_TYPE.
Nested Schema : communicationTemplateSetups-mappedCommCategories-item-response
Type: object
Show Source
Back to Top