windmill-api 1.684.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \RawAppApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_raw_apps**]RawAppApi.md#list_raw_apps | **GET** /w/{workspace}/raw_apps/list | list all raw apps



## list_raw_apps

> Vec<models::ListableRawApp> list_raw_apps(workspace, page, per_page, order_desc, created_by, path_start, path_exact, starred_only, label)
list all raw apps

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**page** | Option<**i32**> | which page to return (start at 1, default 1) |  |
**per_page** | Option<**i32**> | number of items to return for a given page (default 30, max 100) |  |
**order_desc** | Option<**bool**> | order by desc order (default true) |  |
**created_by** | Option<**String**> | filter by exact matching user creator. Supports comma-separated list (e.g. 'alice,bob') and negation by prefixing all values with '!' (e.g. '!alice,!bob') |  |
**path_start** | Option<**String**> | mask to filter matching starting path |  |
**path_exact** | Option<**String**> | mask to filter exact matching path |  |
**starred_only** | Option<**bool**> | (default false) show only the starred items  |  |
**label** | Option<**String**> | Filter by label |  |

### Return type

[**Vec<models::ListableRawApp>**](ListableRawApp.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)