Update a notification
patch
/fscmRestApi/resources/11.13.18.05/publicSectorNotifications/{publicSectorNotificationsUniqID}
Request
Path Parameters
-
publicSectorNotificationsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- LogMessageId and LogRecipientId ---for the Notifications resource and used to uniquely identify an instance of Notifications. The client should not generate the hash key value. Instead, the client should query on the Notifications collection resource with a filter on the primary key values in order to navigate to a specific instance of Notifications.
For example: publicSectorNotifications?q=LogMessageId=<value1>;LogRecipientId=<value2>
Header Parameters
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
Status: string
Title:
StatusMaximum Length:30The status of the communication message.
Response
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 : publicSectorNotifications-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDRead Only:trueDefault Value:1The unique identifier of the agency associated with the notification. -
AttachRowCount: string
Read Only:
trueThe count of attachments for the communication. -
Body: string
(byte)
Title:
BodyRead Only:trueThe notification message body text. -
ChannelType: string
Title:
Channel TypeRead Only:trueMaximum Length:30The channel type of the communication message. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time that the notification was created. -
FromAddress: string
Title:
From AddressRead Only:trueMaximum Length:256The sender of the notification message. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date that the notification was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LogMessageId: integer
(int64)
Title:
Log Message IDRead Only:trueThe unique identifier of the log message. This ID is generated automatically by the application. -
LogRecipientId: integer
(int64)
Title:
Log Recipient IDRead Only:trueThe unique identifier of the log recipient. This ID is generated automatically by the application. -
MessageDeleteAllowed: boolean
Read Only:
trueMaximum Length:1Indicates whether the notification can be deleted from a user's notification list. -
MessageSeq: integer
(int64)
Title:
Message SequenceRead Only:trueThe message sequence number. -
MimeType: string
Title:
MIME TypeRead Only:trueMaximum Length:30The MIME type of communication message. The possible values are HTML and Text. -
Priority: string
Title:
PriorityRead Only:trueMaximum Length:1The priority of the notification. -
SentOn: string
(date-time)
Title:
Sent OnRead Only:trueThe date and time of the notification. -
SentTo: string
Title:
Sent ToRead Only:trueMaximum Length:1500The user ID of the notification recipient. -
Status: string
Title:
StatusMaximum Length:30The status of the communication message. -
StatusMeaning: string
Title:
StatusRead Only:trueMaximum Length:80The status of the notification message. -
Subject: string
Title:
SubjectRead Only:trueMaximum Length:1000The subject of the notification message. -
TemplateId: integer
(int64)
Title:
Template IDRead Only:trueThe unique identifier of the communication template associated with the notification. -
Visibility: string
Title:
VisibilityRead Only:trueMaximum Length:30The visibility option of the notification.
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.