List all graphs.

Returns all graphs. In order to list users, use user.list_ordered instead

Query parameters

pageNumberintegerOptional
Page number for pagination, starting from 1.
pageSizeintegerOptional
Number of graphs to retrieve per page.

Response

Successfully retrieved list of graphs.
graphslist of objects or null
row_countinteger or null
total_countinteger or null

Errors