Implementation Notes
Returns node data according to the contents of the WebReports node data source.
Response Class
Model
V2ResponseCollection {
results (array[V2Result], optional): Results,
paging (object[V2Paging], optional): Paging,
source_id (integer, optional) : SourceID - the DataID of the WebReport data source.
}
V2Result {
data (object[V2Data], optional): Data
}
V2Data {
properties (object[V2Properties], optional): Properties
}
V2Properties {
container (boolean, optional): Whether or not this item is a container,
container_size (integer, optional): The number of items in this container,
create_date (string, optional): The date that the item was created,
create_user_id (integer, optional): The id of the user who created the item,
description (string, optional): Description of the item,
description_multilingual (DescriptionMultilingual, optional): Locale specific item description. One entry per language enabled in Content Server,
favorite (boolean, optional): Indicates if this item has been favorited by the current user,
guid (string, optional): Globally unique id,
icon (string, optional): The item's icon,
icon_large (string, optional): The item's icon (large),
id (integer, optional): The item's unique object ID,
modify_date (date, optional): The date on which the item was last modified,
modify_user_id (integer, optional): The id of the user who modified the item,
name (string, optional): The name of the item,
name_multilingual (NameMultilingual, optional): Locale specific item name. One entry per language enabled in Content Server,
owner_group_id (integer, optional): The group id of the owner of this item,
owner_user_id (integer, optional): The user id of the owner of this item,
parent_id (integer, optional): The object id of the item's parent,
reserved (boolean, optional): Whether or not this item has been reserved,
reserved_date (string, optional): The date on which the item was reserved,
reserved_user_id (integer, optional): The id of the user who has this item reserved,
type (integer, optional): The item's type (unique number),
type_name (string, optional): The item's type,
versions_control_advanced (boolean, optional): Whether or not newly added items to this item are added as advanced versioning (major/minor versioning),
volume_id (integer, optional): The id of the volume to which this item belongs
}
V2Paging {
actual_count(integer, optional): Actual Count - rows returned after all filtering. Equivalent to [LL_REPTAG_ACTUALROWS /] tag,
limit (integer, optional): Limit - number of items shown per page,
page (integer, optional): Page - current page number,
page_total (integer, optional): Page Total - total number of pages,
range_max (integer, optional): Maximum Range - number of last item on the current page,
range_min (integer, optional): Minimum Range - number of first item on the current page,
total_count (integer, optional): Total Count - rows returned from the data source taking into account any name filtering. Equivalent to [LL_REPTAG_FILTEREDROWS /] tag,
total_row_count (integer, optional): Total Row Count - rows returned from the data source before filtering but after data source pagination using dsstartrow and dsendrow. Equivalent to [LL_REPTAG_TOTALROWS /] tag,
total_source_count (integer, optional): Total Source Count - rows returned from the data source before data source pagination using dsstartrow and dsendrow. Equivalent to [LL_REPTAG_TOTALSOURCEROWS /] tag,
}
ModelSchema
{
"results": [
{
"data": {
"properties": {
"container": "boolean",
"container_size": "integer",
"create_date": "string",
"create_user_id": "integer",
"description": "string",
"description_multilingual": "DescriptionMultilingual",
"favorite": "boolean",
"guid": "string",
"icon": "string",
"icon_large": "string",
"id": "integer",
"modify_date": "date",
"modify_user_id": "integer",
"name": "string",
"name_multilingual": "NameMultilingual",
"owner_group_id": "integer",
"owner_user_id": "integer",
"parent_id": "integer",
"reserved": "boolean",
"reserved_date": "string",
"reserved_user_id": "integer",
"type": "integer",
"type_name": "string",
"versions_control_advanced": "boolean",
"volume_id": "integer"
}
}
}
],
"paging": {
"actual_count": "integer",
"limit": "integer",
"page": "integer",
"page_total": "integer",
"range_max": "integer",
"range_min": "integer",
"total_count": "integer",
"total_row_count": "integer",
"total_source_count": "integer"
},
"source_id": "integer"
}
Error Status Codes:
HTTP Status Code: 401
Reason: Authentication Required
HTTP Status Code: 500
Reason: No output returned from WebReport.