List

GET
Get a list of all Tools.

Query parameters

pageintegerOptional
Page offset for pagination.
sizeintegerOptional
Page size for pagination. Number of Tools to fetch.
namestringOptional
Case-insensitive filter for Tool name.
user_filterstringOptional
Case-insensitive filter for users in the Tool. This filter matches against both email address and name of users.
sort_byenumOptional
Field to sort Tools by
Allowed values: created_atupdated_atname
order"asc" or "desc"Optional
Direction to sort by.
Allowed values: ascdesc

Response

This endpoint returns an object.
recordslist of objects

Base type that all File Responses should inherit from.

Attributes defined here are common to all File Responses and should be overridden in the inheriting classes with documentation and appropriate Field definitions.

pageinteger
sizeinteger
totalinteger

Errors