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
-
formId(required): string(uuid)
Form ID.Example:
38891F5E75BB4071BBF8ACE1F43BD1BD -
studyId(required): string(uuid)
Study ID.Example:
36753A48BBA048CB98A5F3278146118D -
version(required): string
Study Version.Example:
1.0.8.12
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success.
Root Schema : schema
Type:
Show Source
array-
Array of:
object RDSRestResponseDTO
Response from Rule Designer APIs
Nested Schema : RDSRestResponseDTO
Type:
objectResponse from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
trueResult Object. Refer to example response for more details. -
status: string
Read Only:
trueAllowed Values:[ "success, failed" ]Status
Example:
{
"status":"success",
"result":"Rule executed successfully"
}Nested Schema : result
Type:
objectRead Only:
trueResult Object. Refer to example response for more details.
Examples
500 Response
No data found for supplied parameters.
Root Schema : RDSRestResponseDTO
Type:
objectResponse from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
trueResult Object. Refer to example response for more details. -
status: string
Read Only:
trueAllowed Values:[ "success, failed" ]Status
Example:
{
"status":"success",
"result":"Rule executed successfully"
}Nested Schema : result
Type:
objectRead Only:
trueResult Object. Refer to example response for more details.