V1.0

post

/ec-designer-edc-svc/rest/v1.0/studies/{studyId}/visitsforms/actionitems

Returns visit/form action items for the requested study-version visits. The request body is an array where each object identifies a study version and visit; optional query parameters can filter form category, action type, and excluded item type. The response is an EDC envelope whose result contains visits, forms, items, and matching action metadata.

Request

Path Parameters
Query Parameters
  • Action filter. Use autolock to return only autolock action items, or ALL to return all supported actions.
    Default Value: ALL
    Allowed Values: [ "autolock", "ALL" ]
    Example:
    autolock
  • Form item type to exclude from returned action item details.
    Allowed Values: [ "instructionalText" ]
    Example:
    instructionalText
  • Form category filter.
    Default Value: ALL
    Allowed Values: [ "DCS", "NSF", "ALL" ]
    Example:
    ALL
  • Study mode filter.
    Allowed Values: [ "test", "training", "active" ]
    Example:
    test

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Visit action items were returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RespStudyVisitswithFormItemActionsDto
Type: object
Show Source
Nested Schema : VisitsWithFormItemActionsDto v1.0
Type: object
Title: VisitsWithFormItemActionsDto v1.0
Information about Auto lock actions on forms assigned to visits requested.
Show Source
Nested Schema : FormWithItemsActionsDto v1.0
Type: object
Title: FormWithItemsActionsDto v1.0
Information about Auto lock actions on forms
Show Source
Nested Schema : FormWithItemsActionsDto v1.0
Type: object
Title: FormWithItemsActionsDto v1.0
Information about Auto lock actions on forms
Show Source
Nested Schema : From Item Advanced Property v17.0
Type: object
Title: From Item Advanced Property v17.0
Form Item Advanced Property
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : From Item Advanced Property Rule v17.0
Type: object
Title: From Item Advanced Property Rule v17.0
Form Item Advanced Property Rule
Show Source
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.VALUE
    Example: Yes
  • name
    Example: RolloverQuestionAnswer
  • For RolloverQuestion property it is an ECDV_CODELISTITEM.CODELISTITEM_ID
    Example: B1B8327AFAA6412287106192AB5984EF
Examples

400 Response

The request payload is missing studyVersion or visitId, or contains invalid values.
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Example:
{
    "field":"studyId",
    "reason":"Invalid value"
}
Examples

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Example:
{
    "field":"studyId",
    "reason":"Invalid value"
}
Examples

Back to Top