Skip to main content
Skip table of contents

CRM Message

URL

Verbs

Function

Available

/CRMMessage

GET

Query a list of CRM Messages

2021.2
/CRMMessagePOSTCreate a new CRM Message2021.2

/CRMMessage/<oidString>

GET

Query a single CRM Message

2021.2
/CRMMessage/<oidString>POST Update an existing CRM Message2021.2

Supported modifiers

Query String

Definition

Sample
Released
statusQuery CRM Messages that are either "Read" or "Unread"status=Unread2021.2
userQuery CRM Messages for a particular Useruser=Sally Scoresby2021.2
enteredSinceQuery CRM Messages entered since a nominated date and timeenteredSince=2013-02-28T16:45:002021.2

Security Linked Menu

Menu Item
Located
NotificationsWorkflow 

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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.