[PR #50] [MERGED] Implement GET /api/v1/checks/ for listing existing checks #877

Closed
opened 2026-02-25 23:44:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/50
Author: @ssunagari
Created: 4/4/2016
Status: Merged
Merged: 4/7/2016
Merged by: @cuu508

Base: masterHead: master


📝 Commits (1)

  • ae30eec Add GET /api/v1/checks/ to the API

📊 Changes

3 files changed (+104 additions, -23 deletions)

View changed files

hc/api/tests/test_list_checks.py (+48 -0)
📝 hc/api/views.py (+34 -21)
📝 templates/front/docs_api.html (+22 -2)

📄 Description

Another sort-of-rough-draft pull request for allowing an API client to obtain a list of existing checks. It's missing the list of channels and probably some bullet-proofing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/50 **Author:** [@ssunagari](https://github.com/ssunagari) **Created:** 4/4/2016 **Status:** ✅ Merged **Merged:** 4/7/2016 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ae30eec`](https://github.com/healthchecks/healthchecks/commit/ae30eec1d0e1ce00805b63303346eed9186a7470) Add GET /api/v1/checks/ to the API ### 📊 Changes **3 files changed** (+104 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `hc/api/tests/test_list_checks.py` (+48 -0) 📝 `hc/api/views.py` (+34 -21) 📝 `templates/front/docs_api.html` (+22 -2) </details> ### 📄 Description Another sort-of-rough-draft pull request for allowing an API client to obtain a list of existing checks. It's missing the list of channels and probably some bullet-proofing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#877
No description provided.