Get visits and forms action information.

get

/ec-rule-designer-svc/rest/v1.0/rule/studies/{studyId}/{mode}/versions/{version}/formId/{formId}

Retrieves information about visits/forms action.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.
Examples

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.
Back to Top