Skip to main content
GET
/
v1
/
assessments
/
{id}
/
testing_hours
Get testing hours for an assessment
curl --request GET \
  --url https://api.synack.com/v1/assessments/{id}/testing_hours \
  --header 'Authorization: Bearer <token>'
{
  "stats_total": 123,
  "from": "2023-11-07T05:31:56Z",
  "to": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Assessment ID

Response

200 - application/json

Testing hours retrieved successfully

stats_total
integer
from
string<date-time>
to
string<date-time>