• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"ListItems"

Some tooltip text!
• 1 minute to read
 • 1 minute to read

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.ListItemsProvider inside NetServer's SODatabase assembly.

Archive provider for the list of ListItems

Supported Entities

Name Description
"all" All
"deleted" Deleted

Supported Columns

Name Restriction Description OrderBy
getAllRows bool GetAll: Get all rows of archive - use with care, you may be fetching the whole database
getNoRows bool GetNone: Do not get any rows from the archive
udlistDefinitionId int UDListDefinitionId
listItemsId int ID: ID
listItemsName string Full name: Name
listItemsRank int Rank: Rank
listItemsTooltip string Description: Description
listItemsDeleted int Deleted: Deleted
listItemsLocation bool Location: Location
listItemsProbability int Probability: Probability
listItemsRecordType int Record type : Shows the record type
listItemsEmailTemplateType None Template type: Shows the template type

Sample

GET /api/v1/archive/ListItems?$select=listItemsName,listItemsTooltip
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top