Skip to content

Get folders based on the name provided

Request

Return folders based on the name provided

Security
bearerAuth
Query
folderNamestring

Search happens based on the name given

offsetinteger, (int64), >= 1

Index of the page to start with

Default:1
limitinteger, (int64), >= 1

Number of records to fetch

Default:25
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/folders/search?folderName=string&offset=1&limit=25' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK