Skip to content
  • There are no suggestions because the search field is empty.

CRM Message

URL

Verbs

Function

Available

/CRMMessage

GET

Query a list of CRM Messages

2021.2
/CRMMessage POST Create a new CRM Message 2021.2

/CRMMessage/<oidString>

GET

Query a single CRM Message

2021.2
/CRMMessage/<oidString> POST  Update an existing CRM Message 2021.2

Supported modifiers

Query String

Definition

Sample

Released

status Query CRM Messages that are either "Read" or "Unread" status=Unread 2021.2
user Query CRM Messages for a particular User user=Sally Scoresby 2021.2
enteredSince Query CRM Messages entered since a nominated date and time enteredSince=2013-02-28T16:45:00 2021.2

Security Linked Menu

Menu Item
Located
Notifications Workflow 

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<CRMMessages collection='true' count='1'>
    <CRMMessage>
        <Edition>2</Edition>
        <OidString>7648.2</OidString>
        <EntryTimeStamp>2011-07-11T15:02:36</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <IsRead>false</IsRead>
        <Message>Review security on Amanda's login</Message>
 <User>Sally Scoresby</User>
    </CRMMessage>
</CRMMessages>