Veetro Web Service Methods


Click here for a complete list of operations.

GetViewHistory

[Permission: Any Authenticated]
Returns a list of recently viewed items with a specified max number of each VeetroBaseType

Test

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

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/GetViewHistory"

<?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>
    <GetViewHistory xmlns="http://schema.veetro.com">
      <maxItemsPerType>int</maxItemsPerType>
    </GetViewHistory>
  </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>
    <GetViewHistoryResponse xmlns="http://schema.veetro.com">
      <GetViewHistoryResult>
        <ViewHistory>
          <ID>int</ID>
          <EntityID>int</EntityID>
          <DateUtc>dateTime</DateUtc>
          <PrimaryKey>int</PrimaryKey>
          <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
          <Flags>None or Bookmarked</Flags>
          <BookmarkIndex>int</BookmarkIndex>
          <ItemNameReadOnly>string</ItemNameReadOnly>
          <ItemUrlReadOnly>string</ItemUrlReadOnly>
          <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
          <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
        </ViewHistory>
        <ViewHistory>
          <ID>int</ID>
          <EntityID>int</EntityID>
          <DateUtc>dateTime</DateUtc>
          <PrimaryKey>int</PrimaryKey>
          <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
          <Flags>None or Bookmarked</Flags>
          <BookmarkIndex>int</BookmarkIndex>
          <ItemNameReadOnly>string</ItemNameReadOnly>
          <ItemUrlReadOnly>string</ItemUrlReadOnly>
          <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
          <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
        </ViewHistory>
      </GetViewHistoryResult>
    </GetViewHistoryResponse>
  </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>
    <GetViewHistory xmlns="http://schema.veetro.com">
      <maxItemsPerType>int</maxItemsPerType>
    </GetViewHistory>
  </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>
    <GetViewHistoryResponse xmlns="http://schema.veetro.com">
      <GetViewHistoryResult>
        <ViewHistory>
          <ID>int</ID>
          <EntityID>int</EntityID>
          <DateUtc>dateTime</DateUtc>
          <PrimaryKey>int</PrimaryKey>
          <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
          <Flags>None or Bookmarked</Flags>
          <BookmarkIndex>int</BookmarkIndex>
          <ItemNameReadOnly>string</ItemNameReadOnly>
          <ItemUrlReadOnly>string</ItemUrlReadOnly>
          <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
          <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
        </ViewHistory>
        <ViewHistory>
          <ID>int</ID>
          <EntityID>int</EntityID>
          <DateUtc>dateTime</DateUtc>
          <PrimaryKey>int</PrimaryKey>
          <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
          <Flags>None or Bookmarked</Flags>
          <BookmarkIndex>int</BookmarkIndex>
          <ItemNameReadOnly>string</ItemNameReadOnly>
          <ItemUrlReadOnly>string</ItemUrlReadOnly>
          <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
          <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
        </ViewHistory>
      </GetViewHistoryResult>
    </GetViewHistoryResponse>
  </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/GetViewHistory?maxItemsPerType=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"?>
<ArrayOfViewHistory xmlns="http://schema.veetro.com">
  <ViewHistory>
    <ID>int</ID>
    <EntityID>int</EntityID>
    <DateUtc>dateTime</DateUtc>
    <PrimaryKey>int</PrimaryKey>
    <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
    <Flags>None or Bookmarked</Flags>
    <BookmarkIndex>int</BookmarkIndex>
    <ItemNameReadOnly>string</ItemNameReadOnly>
    <ItemUrlReadOnly>string</ItemUrlReadOnly>
    <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
    <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
  </ViewHistory>
  <ViewHistory>
    <ID>int</ID>
    <EntityID>int</EntityID>
    <DateUtc>dateTime</DateUtc>
    <PrimaryKey>int</PrimaryKey>
    <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
    <Flags>None or Bookmarked</Flags>
    <BookmarkIndex>int</BookmarkIndex>
    <ItemNameReadOnly>string</ItemNameReadOnly>
    <ItemUrlReadOnly>string</ItemUrlReadOnly>
    <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
    <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
  </ViewHistory>
</ArrayOfViewHistory>

HTTP POST

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

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

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfViewHistory xmlns="http://schema.veetro.com">
  <ViewHistory>
    <ID>int</ID>
    <EntityID>int</EntityID>
    <DateUtc>dateTime</DateUtc>
    <PrimaryKey>int</PrimaryKey>
    <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
    <Flags>None or Bookmarked</Flags>
    <BookmarkIndex>int</BookmarkIndex>
    <ItemNameReadOnly>string</ItemNameReadOnly>
    <ItemUrlReadOnly>string</ItemUrlReadOnly>
    <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
    <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
  </ViewHistory>
  <ViewHistory>
    <ID>int</ID>
    <EntityID>int</EntityID>
    <DateUtc>dateTime</DateUtc>
    <PrimaryKey>int</PrimaryKey>
    <Type>Entry or Notation or Message or Document or Invoice or Transaction or Entity or Lead or BlogPost or Blog or InvoiceItem or CatalogItem or Proposal or Article or Activity or CatalogItemCategory or SupportCaseType or MailQueue or Calendar or CustomView or Report or ReportWidgetCategory or Template</Type>
    <Flags>None or Bookmarked</Flags>
    <BookmarkIndex>int</BookmarkIndex>
    <ItemNameReadOnly>string</ItemNameReadOnly>
    <ItemUrlReadOnly>string</ItemUrlReadOnly>
    <CalendarViewTypeReadOnly>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</CalendarViewTypeReadOnly>
    <EntityFlagsReadOnly>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlagsReadOnly>
  </ViewHistory>
</ArrayOfViewHistory>