Reports.getNotes (Method)

Returns zero or more structures, each containing information on a note and the object to which it is attached.

Returns:

Reports_GetNotes_Result (rowlimitedquery)

Arguments:

Name Type Required Description
subsiteFilter SubsiteFilter Optional. Defaults to '0'. The ID of the subsite in which CommonSpot searches for objects. If this argument's value is 0, CommonSpot searches all subsites. If this argument's value is -1, CommonSpot searches in the current subsite.
includeChildSubsites Boolean Optional. Defaults to '0'. Boolean flag which when set to true tells CommonSpot that the results should include pages from child subsites.
dateFilter DateFilterValue_EmptyString Optional. Defaults to an empty string. A string describing the date filter; for example, 'DateAdded' or 'PublicReleaseDate'. CommonSpot uses this value when looking for objects. If this argument is an empty string, CommonSpot does not use a date filter type.
userIDList UserIDList_0_NEG1_NEG2 Optional. Defaults to '-1'. A comma-delimited list of user IDs. Here are special values that you can use: 0--Returns information for all owners.. -1--Returns information for the current user, -2--Returns information for all owners except the current user.
limit QueryRowLimit Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. An integer specifying one more than the maximum number of rows CommonSpot can return. Values with special meaning are: 0: Returns all records. -1: Return the number of records specified in the UI scalability setting.
includeTypeList CommonContentTypeList_ALL Optional. Defaults to 'All'. A comma-delimited list of one or more content types; for example, 'All', 'Page', 'PageSet', 'UploadedDocument', and so on.

Context:

License Requirements (none)
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None