Query Workbooks for User
GET {{base-path}}/sites/{{site-id}}/users/:user-id/workbooks
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ownedBy | string | (Optional) true to return only workbooks that the specified user owns, or false to return all workbooks that the specified user has at least read access to. The default is false. | |
pageSize | string | (Optional) The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100. For more information, see Paginating Results. | |
pageNumber | string | (Optional) The offset for paging. The default is 1. For more information, see Paginating Results. |