# Get All Presentations **GET /presentations** Retrieves paginated list of presentations with thumbnails. ## Servers - Local development server: http://localhost:8080/api (Local development server) - Production server: https://api.huy-devops.site/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **page** (integer) Page number - **pageSize** (integer) Number of presentations per page (1-100) - **filter** (string) Filter presentations by title (case-insensitive search) - **sort** (string) Sort order - ascending (asc) or descending (desc) ## Responses ### 200 success #### Body: application/json (object) - **success** (boolean) - **code** (integer(int32)) - **message** (string) - **data** (array[object]) - **pagination** (object) ### 500 Internal Server Error #### Body: application/json (object) - **success** (boolean) - **code** (integer) - **errorCode** (string) - **message** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)