Partnership API Documentation
  1. API Integration
Partnership API Documentation
  • Introduction
  • API Integration
    • Overview
    • Flowchart
    • Authentication
    • Participant Criteria
    • Publish Study
    • Get Criteria
      GET
    • Publish Study
      POST
    • Get Study Details
      GET
    • Update Study Status
      PATCH
    • Download Report
      GET
  • iFrame Integration
    • Overview
    • Request Token
      POST
    • Get Studies
      GET
  1. API Integration

Update Study Status

Developing
PATCH
https://poplite-service.qapopulix.co/api/v1/partnership/study/{id}

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Validation Error
🟠401Unauthorized
🟠404Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://poplite-service.qapopulix.co/api/v1/partnership/study/75703' \
--header 'api-key: cc5e388efda46700229da6fe7b9bc38dda6ee5af' \
--header 'Content-Type: application/json' \
--data-raw '{
    "status": "STOP"
}'
Response Response Example
200 - Success
{
    "traceId": "d8f4e8a5-4a04-4cab-bad4-71b8fac08448",
    "result": {
        "code": "SUCCESS",
        "message": "Study ID 75703 is updated"
    }
}
Modified at 2025-05-19 08:44:23
Previous
Get Study Details
Next
Download Report
Built with