GET
/
api
/
v1
/
admin
/
simulation
/
team-sessions
/
analytics
/
{organization_id}
/
executive-summary
Get Team Simulation Executive Summary
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/team-sessions/analytics/{organization_id}/executive-summary \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

Query Parameters

days
integer
default:30
Required range: 7 <= x <= 365
limit
integer
default:200
Required range: 1 <= x <= 500

Response

Successful Response