aue-api-questionnaire.rc1.vald.com Open in urlscan Pro
20.211.64.25  Public Scan

Submitted URL: https://aue-api-questionnaire.rc1.vald.com/
Effective URL: https://aue-api-questionnaire.rc1.vald.com/index.html
Submission: On March 28 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
      <option value="https://aue-api-questionnaire.rc1.vald.com/swagger/v2021q3/swagger.json">v2021q3</option>
    </select></label></form>

Text Content

Select a definitionv2021q3


VALD PERFORMANCE API

 v2021q3 

OAS3

https://aue-api-questionnaire.rc1.vald.com/swagger/v2021q3/swagger.json


APIS FOR RETRIEVAL OF VALD PERFORMANCE DATA


AUTHENTICATION

Vald Performance provides downstream partners with a OAuth 2 Client Id and
Secret that allows Client Applications to authenticate against Cloud APIs.

If you have not received your Client Id and Secret please email Vald Performance
Support.

Authentication is performed via the Client Credentials OAuth 2 Flow. Once
authenticated an application should request an Access Token for use as a Bearer
Token within the Authorization Header of a HTTP Request


OAUTH SCOPES

The required scope to access the Cloud API is api.cloud. This scope should be
included in your Access Token Request.


AUTHENTICATION EXAMPLE IN C#

Using the IdentityModel NuGet Package.

string clientId = "xxxxxxxxxxxxxxxxxx";
string clientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
var disco = await DiscoveryClient.GetAsync("https://security.valdperformance.com");
var tokenClient = new TokenClient(disco.TokenEndpoint, clientId, clientSecret);
var tokenResponse = await tokenClient.RequestClientCredentialsAsync("api.cloud");
Console.WriteLine(tokenResponse.AccessToken);



OTHER LANGUAGES

Access Tokens can be requested using the Client Credential OAuth 2 Flow with a
api.cloud Scope via the following URI

https://security.valdperformance.com/connect/token

Support - Website
Send email to Support
Authorize



DIAGNOSTICS

GET/version


GET/liveness




PATIENT

GET/v2021q3/tenant/{tenantId}/patient/surveys/active


GET/v2021q3/tenant/{tenantId}/patient/surveys/history


GET/v2021q3/patient/surveys/{surveyId}


GET/v2021q3/patient/surveys/{surveyTypeId}/information


GET/v2021q3/patient/surveys/{surveyId}/report


POST/v2021q3/patient/surveys/{surveyId}/save


POST/v2021q3/patient/surveys/{surveyId}/submit


GET/v2021q3/patient/surveys/{surveyId}/unsubscribe




PRACTITIONER

GET/v2021q3/tenant/{tenantId}/practitioner/surveys/active


GET/v2021q3/tenant/{tenantId}/practitioner/surveys/tile


GET/v2021q3/tenant/{tenantId}/practitioner/surveys/history


GET/v2021q3/tenant/{tenantId}/athletes/{athleteId}/report


GET/v2021q3/tenant/{tenantId}/survey/{surveyResultId}/summary


POST/v2021q3/tenant/{tenantId}/surveys/assign


DELETE/v2021q3/practitioner/tenant/{tenantId}/surveys/{surveyId}


PUT/v2021q3/practitioner/tenant/{tenantId}/surveys/{surveyId}/cancel




REGION

GET/v2021q3/tenant/{tenantId}/regions


GET/v2021q3/tenant/{tenantId}/regions/surveys




SURVEY

GET/v2021q3/tenant/{tenantId}/surveys/{surveyTypeId}/questions


GET/v2021q3/surveys/tenant/{tenantId}/type


GET/v2021q3/tenant/{tenantId}/surveys


GET/v2021q3/tenant/{tenantId}/surveys/{surveyTypeId}/information


GET/v2021q3/surveys/{surveyId}/version


GET/v2021q3/tenant/{tenantId}/surveys/assigned/any


GET/v2021q3/surveys/tenant/{tenantId}/patients/{athleteId}/any



SCHEMAS

AnswerDto
AssignSurveyDto
CaptureWindow
ChartReportDto
DomainDto
DomainScoreDto
PatientSurveyTileDto
PractitionerSurveyTileDto
ProblemDetails
QuestionAnswersDto
QuestionDto
SaveAnswersDto
SectionDto
SliceDto
SurveyDto
SurveyFormDto
SurveyRegionDto
SurveyScoreDto
SurveySettings
SurveyTypeDto
Type