List elements in a workbook

This endpoint retrieves all elements in a workbook, which lets you understand and interact with the individual components that make up the workbook, such as charts, tables, or controls.

Usage notes

Usage scenarios

  • Detailed analysis: Developers and users can retrieve specific elements for detailed data analysis or further manipulation.
  • Interface customization: Allows for dynamic interface construction where users can choose which elements to display or interact with.

Best practices

  • Use pagination to handle large numbers of elements efficiently, reducing load times and improving user experience.
  • Validate both the workbookId and pageId to ensure they correspond to valid, accessible resources before making API calls.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the workbook.

Query Params
string

Use to specify further pages using the string returned in the nextPage portion of the response.

number

Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.

string
string

Unique identifier of the bookmark.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json