APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each attestation question. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Allows the User to select the method of the selected attestation question.
Allows the User to select a question from the available attestation questions. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Allows the User to select the source of the selected attestation question.
Allows the User to select the type of the selected attestation question.
Associates these custom question values with the credentialing process (ProviderCred.ProviderCred_Key) Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies the date when the attestation question was administered.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"providerCredAttestation_Key": 0,
"answerDate": "2019-08-24T14:15:22Z",
"answerNumeric": 0,
"answerText": "string",
"answerYesNo": true,
"credAttestationMethod_Key": 0,
"credAttestationQuestion_Key": 0,
"credAttestationSource_Key": 0,
"credAttestationType_Key": 0,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"providerCred_Key": 0,
"question_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations?page=1&pageSize=100&sortBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations/{providerCredAttestationKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/provider-credentialing/{providerCredKey}/attestations/{providerCredAttestationKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example