@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias responsesGetMyFormResponsesResponse200

    Get all responses submitted by the currently logged-in user for a specific form.

    type responsesGetMyFormResponsesResponse200 = {
        data: ResponsesListResponse;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200