List Report Templates
templates_list_reports( hidden = NULL, category = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
hidden | boolean optional. If specified to be true, returns hidden items. Defaults to false, returning non-hidden items. |
---|---|
category | string optional. A category to filter results by, one of: dataset-viz |
limit | integer optional. Number of results to return. Defaults to 50. Maximum allowed is 1000. |
page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. |
order | string optional. The field on which to order the result set. Defaults to name. Must be one of: name, updated_at, created_at. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
An array containing the following fields:
integer,
string, The name of the template.
string, The category of this report template. Can be left blank. Acceptable values are: dataset-viz
string,
string,
integer, The number of uses of this template.
boolean, Whether the template has been archived.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
boolean, Whether this template has been audited by Civis for security vulnerability and correctness.