Skip to main content
POST
Search Time Logs

Authorizations

Authorization
string
header
required

Bearer Authorization header of the form Bearer {token}, where {token} is your API key. By default, each API key is rate-limited to 1,000 requests per day (UTC). If you need a higher daily limit, please submit a support request.

Body

application/json
limit
integer

The maximum number of records to return. Maximum is 200.

Example:

100

after
string

The paging cursor for fetching the next page of results. Supplied in the response as paging.next.after.

Example:

100

properties
string[]

The StopWatch Time Log properties that you'd like included in the response

Example:
query
string

A free text search query to apply to the search. See HubSpot API documentation for more details on how this is applied.

Example:

"Meeting about Project XYZ"

sorts
object[]
filterGroups
object[]

Response

A page of StopWatch Time Log records matching the search criteria.

paging
object
results
object[]
total
integer
Example:

123