V3.0

get

/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/forms/rules

Retrieves item rules for forms on a visit. Use the latest supported version of this endpoint in v17.0 for current behavior and metadata.

Request

Path Parameters
Query Parameters
  • Form identifier (UUID, 32-character uppercase hexadecimal string). Optional.
    Example:
    2F9A6C7E1B8F4D56A23C9F3A0C7D4E11
  • Item identifier (UUID, 32-character uppercase hexadecimal string). Optional.
    Example:
    6D3A9B2E5C1F4A77B22D5E9F1A8C3344
  • Rule lookup property (`item` or `visitStartDate`). Optional.
    Default Value: item
    Example:
    item

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : FormItemRuleDto v1.0
Type: object
Title: FormItemRuleDto v1.0
Form item rule information.
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : FormItemRuleActionDto v1.0
Type: object
Title: FormItemRuleActionDto v1.0
Form item rule action information.
Show Source
Examples

500 Response

Returned when the request cannot be completed due to validation failure, authorization failure, or an unexpected server-side condition.
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top