- Testsigma REST APIs
Manage Environments
Elements
Test Plans
Upload Files
Get Project Wide Information
Upload & Update Test Data Profile
Fetch Test Results (All Levels)
Trigger Multiple Test Plans
Trigger Test Plans Remotely & Wait Until Completion
Run the Same Test Plan Multiple Times in Parallel
Schedule, Update & Delete a Test Plan Using API
Update Test Case Results Using API
Create and Update Values of Test Data Profile Using REST API
Rerun Test Cases from Run Results using API
Salesforce Metadata Refresh Using API
Manage Test Steps Using API
Create and Update Values of Test Data Profile Using REST API
With Testsigma, you can create, and update values of the Test Data Profile using API. For more information on creating a test data profile, refer to the documentation on creating a test data profile.
Create Value in Test Data Profile using REST API
This endpoint allows users to create value in Test Data Profile using REST API.
| Request Type | PATCH |
|---|---|
| Endpoint | https://app.testsigma.com/api/v1/test_data/48 |
| Authorization | Bearer <API_Token> |
| Request Body Type (JSON) | Raw |
| Request Body(JSON) | { |
| Response Body(JSON) | { |
Update Value in Test Data Profile using REST API
This endpoint allows users to update the value in Test Data Profile using REST API.
| Request Type | PATCH |
|---|---|
| Endpoint | https://app.testsigma.com/api/v1/test_data/48 |
| Authorization | Bearer <API_Token> |
| Request Body Type (JSON) | Raw |
| Request Body(JSON) | { |
| Response Body(JSON) | { |