Retrieve a list of pauses

Return a list of pause objects for the specified project and user.

Path parameters

project_pkintegerRequired
Project ID
user_pkintegerRequired
User ID

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

include_deletedbooleanOptional
Include deleted pauses

Response

Successfully retrieved a list of pauses
reasonstring
idinteger or null
projectinteger or null
userinteger or null
paused_byinteger or map from strings to any or null
User who created the pause
verbose_reasonstring or null
deleted_byinteger or null
deleted_atdatetime or null
created_atdatetime or null
updated_atdatetime or null