Markdowns
List markdown library items
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/markdowns</span></div>Refer to Spaces for more information.
Returns a paginated list of markdown library items. Each result includes title, description, and metadata, but not the content. Use GET /api/markdowns/{id} to retrieve the complete state.
get/api/markdowns
Query parameters
pagenumber
The page of results to return.
per_pagenumber
The number of results to return per page.
querystring
Filters results by title and description using Elasticsearch simple_query_string syntax. Multi-word terms require all words to match.
Response
success