Veetro Web Service Methods


Click here for a complete list of operations.

GetCalendarViewDataUnreadItemsSummary

[Permission: Any Authenticated]
Gets a groupped collection of new/unread items for the current user.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
modifiedSinceUtc:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schema.veetro.com/GetCalendarViewDataUnreadItemsSummary"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCalendarViewDataUnreadItemsSummary xmlns="http://schema.veetro.com">
      <modifiedSinceUtc>dateTime</modifiedSinceUtc>
    </GetCalendarViewDataUnreadItemsSummary>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCalendarViewDataUnreadItemsSummaryResponse xmlns="http://schema.veetro.com">
      <GetCalendarViewDataUnreadItemsSummaryResult>
        <UnreadItemsSummary>
          <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
          <Items>
            <DateSummary xsi:nil="true" />
            <DateSummary xsi:nil="true" />
          </Items>
        </UnreadItemsSummary>
        <UnreadItemsSummary>
          <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
          <Items>
            <DateSummary xsi:nil="true" />
            <DateSummary xsi:nil="true" />
          </Items>
        </UnreadItemsSummary>
      </GetCalendarViewDataUnreadItemsSummaryResult>
    </GetCalendarViewDataUnreadItemsSummaryResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCalendarViewDataUnreadItemsSummary xmlns="http://schema.veetro.com">
      <modifiedSinceUtc>dateTime</modifiedSinceUtc>
    </GetCalendarViewDataUnreadItemsSummary>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCalendarViewDataUnreadItemsSummaryResponse xmlns="http://schema.veetro.com">
      <GetCalendarViewDataUnreadItemsSummaryResult>
        <UnreadItemsSummary>
          <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
          <Items>
            <DateSummary xsi:nil="true" />
            <DateSummary xsi:nil="true" />
          </Items>
        </UnreadItemsSummary>
        <UnreadItemsSummary>
          <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
          <Items>
            <DateSummary xsi:nil="true" />
            <DateSummary xsi:nil="true" />
          </Items>
        </UnreadItemsSummary>
      </GetCalendarViewDataUnreadItemsSummaryResult>
    </GetCalendarViewDataUnreadItemsSummaryResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /xml/GetCalendarViewDataUnreadItemsSummary?modifiedSinceUtc=string HTTP/1.1
Host: admin.worketc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfUnreadItemsSummary xmlns="http://schema.veetro.com">
  <UnreadItemsSummary>
    <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
    <Items>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
    </Items>
  </UnreadItemsSummary>
  <UnreadItemsSummary>
    <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
    <Items>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
    </Items>
  </UnreadItemsSummary>
</ArrayOfUnreadItemsSummary>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /xml/GetCalendarViewDataUnreadItemsSummary HTTP/1.1
Host: admin.worketc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

modifiedSinceUtc=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfUnreadItemsSummary xmlns="http://schema.veetro.com">
  <UnreadItemsSummary>
    <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
    <Items>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
    </Items>
  </UnreadItemsSummary>
  <UnreadItemsSummary>
    <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
    <Items>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
      <DateSummary>
        <StartUtc>dateTime</StartUtc>
        <EndUtc>dateTime</EndUtc>
        <ModifiedUtc>dateTime</ModifiedUtc>
        <Type>Unknown or Event or ToDo or Journal or Invoice or Project or Support_Case or Disbursement or Notation or Message or Subscription or Product or Document or Quote or Credit_Invoice or IM or Withdrawal or Deposit or Refund or Lead or Proposal or MailQueue or Discussion</Type>
        <PrimaryKey>int</PrimaryKey>
        <Name>string</Name>
      </DateSummary>
    </Items>
  </UnreadItemsSummary>
</ArrayOfUnreadItemsSummary>