List Case Studies

Display a paginated list of case studies belonging to the authenticated user's company.

The case studies are ordered by their creation date in descending order, meaning the most recently created case studies will appear first.

The pagination can be controlled using the page query parameter, which must be an integer greater than or equal to 1.

If the page parameter is not provided, the first page of results will be returned by default.

Query Params
integer
≥ 1

The page parameter is used for pagination. It is optional and must be an integer greater than or equal to 1. If not provided, the first page will be returned.

integer
1 to 50

The per_page parameter is used to specify the number of results to return per page. It is optional and must be an integer between 1 and 50. If not provided, the default value of 15 will be used.

string
length ≤ 255

The search parameter is used to filter case studies based on a search term. It is optional and must be a string with a maximum length of 255 characters. The search will be performed on the title and customer_name fields of the case studies.

string

Expand related resources.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json