Type Alias ListSurveyRespondentsData
ListSurveyRespondentsData: {
body?: never;
path: {
id: string;
};
query: {
cursor?: string;
limit?: number;
spaceId: string;
status?: "ALL" | "SUBMITTED" | "NOT_SUBMITTED";
};
url: "/tenants/me/contents/{id}/survey/respondents";
}