Get all communication details logs
get
/fscmRestApi/resources/11.13.18.05/publicSectorCommunicationRecordDetails
Request
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes 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 attributes 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 attributes. 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 attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes 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 attributes. 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:- simpleSearchFinder: Finds communication logs with the specified key word. Finder Variables:
- value; string; The key word used to find a communication log such as status, channel type, or mime type.
- PrimaryKey: Finds a communication log that matches the specified primary key criteria. Finder Variables:
- LogId; integer; The unique identifier for the communication request log.
- LogMessageId; integer; The unique identifier for the communication log message.
- simpleSearchFinder: Finds communication logs with the specified key word. Finder Variables:
-
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.
-
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 attributes. 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 -
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".
Response
Supported Media Types
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorCommunicationRecordDetails
Type:
Show Source
object-
count(optional):
integer
Title:
CountThe number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMoreIndicates 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(optional):
array Items
Title:
ItemsThe items in the collection. -
limit(optional):
integer
Title:
LimitThe actual paging size used by the server. -
links(optional):
array Items
Title:
ItemsThe link relations associated with the resource instance. -
offset(optional):
integer
Title:
OffsetThe offset value used in the current page.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorCommunicationRecordDetails-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency associated with the communication request log. -
BccEmailAddress(optional):
string
Title:
Bcc Email AddressThe blind copied recipient addresses for email communications. -
Body(optional):
string
Title:
BodyThe communication message body text. -
CcEmailAddress(optional):
string
Title:
Cc Email AddressThe copied recipient addresses for email communications. -
ChannelType(optional):
string
Title:
Channel TypeMaximum Length:30The communication message channel type. -
ChannelTypeMeaning(optional):
string
Maximum Length:
80The communication channel type. The possible values are Email, Notification, and Alert. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the communication message. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time that the communication message was created. -
EventId(optional):
integer(int64)
Title:
Event IDThe unique identifier for the communication event. -
FromAddress(optional):
string
Title:
From AddressMaximum Length:256The sender of the communication message. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe user who last updated the communication message. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The date that the communication message was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
LogId(optional):
integer(int64)
Title:
Log IDThe unique identifier for the communication request log. This is automatically generated by the application. -
LogMessageId(optional):
integer(int64)
Title:
Log Message IDThe unique identifier for the communication log message. This is automatically generated by the application. -
MessageDeleteAllowed(optional):
string
Maximum Length:
1Indicates whether users are allowed to delete the message. -
MessageLanguage(optional):
string
Title:
Message LanguageMaximum Length:4The language used for the communication message. -
MessageSeq(optional):
integer(int64)
Title:
Message SequenceThe communication message sequence number. -
MimeType(optional):
string
Title:
MIME TypeMaximum Length:30The MIME type of communication message. The possible values are HTML and Text. -
MimeTypeMeaning(optional):
string
Maximum Length:
80The MIME type of communication message. The possible values are HTML and Text. -
ObjectVersionNumber(optional):
integer(int32)
The message revision number.
-
PhoneNumber(optional):
string
Title:
To Phone NumberThe recipient phone number for text communications. -
Priority(optional):
string
Title:
PriorityMaximum Length:1The priority of the notification. -
Recipient(optional):
string
Title:
Sent ToThe recipients of the communication message. -
RecordFifthKeyName(optional):
string
Title:
Record Fifth Key NameMaximum Length:32The fifth key name of the communication resource associated with the event. -
RecordFifthKeyValue(optional):
string
Title:
Record Fifth Key ValueMaximum Length:100The fifth key value of the communication resource associated with the event. -
RecordFirstKeyName(optional):
string
Title:
Record First Key NameMaximum Length:32The first key name of the communication resource associated with the event. -
RecordFirstKeyValue(optional):
string
Title:
Record First Key ValueMaximum Length:100The first key value of the communication resource associated with the event. -
RecordFourthKeyName(optional):
string
Title:
Record Fourth Key NameMaximum Length:32The fourth key name of the communication resource associated with the event. -
RecordFourthKeyValue(optional):
string
Title:
Record Fourth Key ValueMaximum Length:100The fourth key value of the communication resource associated with the event. -
RecordIdentifier(optional):
string
Title:
Record IdentifierMaximum Length:100The communication request identifier passed through the communication request. -
RecordSecondKeyName(optional):
string
Title:
Record Second Key NameMaximum Length:32The second key name of the communication resource associated with the event. -
RecordSecondKeyValue(optional):
string
Title:
Record Second Key ValueMaximum Length:100The second key value of the communication resource associated with the event. -
RecordSubIdentifier(optional):
string
Title:
Record Sub IdentifierMaximum Length:100The communication request sub identifier passed through the communication request. -
RecordThirdKeyName(optional):
string
Title:
Record Third Key NameMaximum Length:32The third key name of the communication resource associated with the event. -
RecordThirdKeyValue(optional):
string
Title:
Record Third Key ValueMaximum Length:100The third key value of the communication resource associated with the event. -
ShortMessage(optional):
string
Title:
Short MessageMaximum Length:4000The short text message body. -
Status(optional):
string
Title:
StatusMaximum Length:30The status of the communication message. -
StatusMeaning(optional):
string
Maximum Length:
80The status of the communication message. -
Subject(optional):
string
Title:
SubjectMaximum Length:1000The subject of the communication message. -
TemplateId(optional):
integer(int64)
Title:
Template IDThe unique identifier of the template associated with the communication. -
ToEmailAddress(optional):
string
Title:
To Email AddressThe primary recipient addresses for email communications. -
UmsMsgId(optional):
string
Title:
UMS Message IDMaximum Length:150The unique identifier generated by UMS for email messages. -
UserId(optional):
string
Title:
To User IDThe recipient user ID for notifications. -
Visibility(optional):
string
Title:
VisibilityMaximum Length:30The visibility option of the communication log. -
VisibilityMeaning(optional):
string
Maximum Length:
80The visibility option of the communication message. -
WebForms(optional):
array Web Forms
Title:
Web FormsThe web forms resource is used to view web form details associated with the communications triggered through ad hoc emails and ad hoc notifications.
Nested Schema : Web Forms
Type:
arrayTitle:
Web FormsThe web forms resource is used to view web form details associated with the communications triggered through ad hoc emails and ad hoc notifications.
Show Source
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Nested Schema : publicSectorCommunicationRecordDetails-WebForms-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier for the agency associated with the web form. -
AnswerDate(optional):
string(date)
The date and time answer of the web form message.
-
AnswerNumber(optional):
number
The numeric answer of the web form message.
-
AnswerText(optional):
string
Maximum Length:
1000The text answer of the web form message. -
AnswerType(optional):
string
Title:
Answer TypeMaximum Length:15The answer type of the web form message. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the web form message. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe creation date of the web form message. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date that the web form message was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the web form message. -
links(optional):
array Items
Title:
ItemsLink Relations -
LogId(optional):
integer(int64)
Title:
Log IDThe unique identifier of the log associated with the web form message. -
LogMessageId(optional):
integer(int64)
Title:
Log Message IDThe unique identifier for the communication message. -
Question(optional):
string
Title:
Question TextMaximum Length:1000The question text of the web form message. -
WebformId(optional):
integer(int64)
Title:
Web Form IDThe unique identifier for the web form attached with the communication message. This ID is automatically generated by the application.