Robohead API Documentation - Library

REST API Documentation - Library Module

EP : Extended Permissions
+  : Consider the permission and all permissions above it.
      Permission sequence : Account Admin > Project Manager > Project Member > Contact
      Object (Folder) security : Manage > Contribute > View

Following are filter details to be used for Folder list calls. Provide all four below parameters when applying column filters.

filtercolumn : Column name.
comparatorId : Comaparators that can be used for the column.
               Give call to ListFieldComparator of Form module to get list of comparators.
               Provide column type as fieldTypeId to the call.
               It will return list of comparators that can use for the field. Then provide the comparator to be applied on the filter.
filterValue  : Type of filter value that can be provide to the column.
fieldType    : Type of column.
               Following are the types of columns and their ids :
               1 : text
               3 : number
               4 : date
               9 : multiselect

Filter Types :

 filtercolumn: name
      comparatorId: Provide one comparator Id from the list
      filterValue: string value
      fieldType: 1

filtercolumn: createdOn
      comparatorId: Provide one comparator Id from the list
      filterValue: date value
      fieldType: 4

filtercolumn: kind
     comparatorId: Provide one comparator Id from the list
     filterValue: string value
     fieldType: 1

filtercolumn: size
     comparatorId: Provide one comparator Id from the list
     filterValue: integer value
     fieldType: 3

filtercolumn: createdBy
     comparatorId: Provide one comparator Id from the list
     filterValue: Provide comma separated user Ids.
	 (To get active user list give call to ListAccountActiveUser of User module.)
     fieldType: 9

Paths List all operations