Claims Evidence API - department-of-veterans-affairs/caseflow GitHub Wiki

Claims Evidence API

Repos

Development

Demo Environment Toggle

In local and demo environments the Claim Evidence API return is mocked to return true or false depending on the ce_api_demo_toggle feature toggle. This toggle can be enabled to test successful updates to Claim Evidence and disabled to test failures to Claim Evidence.

JWT Token

This is used on the Dev environment's swagger page

{
  "jti": "c9cc8440-cd96-44cc-b7d4-153069ace999",
  "iat": IAT_HERE,
  "iss": "CASEFLOW",
  "applicationID": "CASEFLOW",
  "userID": "CF_Q_283",
  "stationID": "283"
}