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

"externaldocumentitems"

•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
 • 2 minutes to read

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

External Documents is the same as the Image Library in service - images (and maybe other things?) that can be added to messages. They are a special kind of attachment, and conencted to a folder hierarchy.

Supported Entities

Name Description
"item" Items

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
title string Title: Title of an External Document x
description string Description: Description of an External Document x
createdBy listAny Created by x
created date Created: Displays when the request was created x
createdFullName None Full name: Displays full name of user (first, middle, last - according to settings)
ownerHierarchyId int HierarchyId x
contentType string !!!Content type: !!!Content type x
name string !!!Name: !!!Name x
size int !!!Size: !!!Size x
hierarchyId int Hierarchy ID: Foreign key to hierarchy table x
hierarchyFullname string Hierarchy name: The full name/path from table hierarchy x
hierarchyName string Hierarchy name: The full name/path from table hierarchy x
hierarchyParentId int Hierarchy ID: Foreign key to hierarchy table x

Sample

GET /api/v1/archive/externaldocumentitems?$select=getNoRows,created,ownerHierarchyId
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

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