# Checklists ## Create a new checklist item - [POST /api/v1/checklists](https://developer.floqast.app/content/api-reference/openapi/checklists/createchecklist.md) ## Get Checklists - [GET /api/v1/checklists](https://developer.floqast.app/content/api-reference/openapi/checklists/getchecklists.md): This API endpoint enables fetching a collection of checklists performed during a specific month and year. By providing the desired month and year as parameters, the API response narrows down the results to the exact period, facilitating the analysis of financial data and tracking the progress of checklist efforts. ## Put Checklist - [PUT /api/v1/checklists/{checklistId}](https://developer.floqast.app/content/api-reference/openapi/checklists/putchecklist.md): This API endpoint updates a checklist item. ## Post Checklist Signatures - [POST /api/v1/checklists/{checklistId}/sign](https://developer.floqast.app/content/api-reference/openapi/checklists/postchecklistsignatures.md): This API endpoint updates the signature status of a checklist.