pub async fn get_templates(
ctx: RequestCtx,
__arg1: Query<TemplateQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
GET /templates — list BOS session templates with optional filters.
pub async fn get_templates(
ctx: RequestCtx,
__arg1: Query<TemplateQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>GET /templates — list BOS session templates with optional filters.