GET
/
api
/
v1
/
admin
/
simulation
/
state-ledger
/
{organization_id}
/
consistency
/
meetings
Get State Ledger Meetings Consistency
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/state-ledger/{organization_id}/consistency/meetings \
  --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

limit
integer
default:2000
Required range: 1 <= x <= 5000

Response

Successful Response