[PR #1636] [MERGED] beta api clients, agents, sites with paging #3820

Closed
opened 2026-03-14 07:40:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/1636
Author: @redanthrax
Created: 9/20/2023
Status: Merged
Merged: 9/30/2023
Merged by: @wh1te909

Base: developHead: beta-api


📝 Commits (1)

  • 027e444 beta api clients, agents, sites with paging

📊 Changes

12 files changed (+205 additions, -0 deletions)

View changed files

api/tacticalrmm/beta/v1/__init__.py (+0 -0)
api/tacticalrmm/beta/v1/agent/__init__.py (+0 -0)
api/tacticalrmm/beta/v1/agent/filter.py (+37 -0)
api/tacticalrmm/beta/v1/agent/views.py (+40 -0)
api/tacticalrmm/beta/v1/client/__init__.py (+0 -0)
api/tacticalrmm/beta/v1/client/views.py (+13 -0)
api/tacticalrmm/beta/v1/pagination.py (+7 -0)
api/tacticalrmm/beta/v1/serializers.py (+73 -0)
api/tacticalrmm/beta/v1/site/views.py (+21 -0)
api/tacticalrmm/beta/v1/urls.py (+12 -0)
📝 api/tacticalrmm/requirements.txt (+1 -0)
📝 api/tacticalrmm/tacticalrmm/urls.py (+1 -0)

📄 Description

No description provided


🔄 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/amidaware/tacticalrmm/pull/1636 **Author:** [@redanthrax](https://github.com/redanthrax) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/30/2023 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `beta-api` --- ### 📝 Commits (1) - [`027e444`](https://github.com/amidaware/tacticalrmm/commit/027e4449554c33dc84b9256a16102b56955c01c0) beta api clients, agents, sites with paging ### 📊 Changes **12 files changed** (+205 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `api/tacticalrmm/beta/v1/__init__.py` (+0 -0) ➕ `api/tacticalrmm/beta/v1/agent/__init__.py` (+0 -0) ➕ `api/tacticalrmm/beta/v1/agent/filter.py` (+37 -0) ➕ `api/tacticalrmm/beta/v1/agent/views.py` (+40 -0) ➕ `api/tacticalrmm/beta/v1/client/__init__.py` (+0 -0) ➕ `api/tacticalrmm/beta/v1/client/views.py` (+13 -0) ➕ `api/tacticalrmm/beta/v1/pagination.py` (+7 -0) ➕ `api/tacticalrmm/beta/v1/serializers.py` (+73 -0) ➕ `api/tacticalrmm/beta/v1/site/views.py` (+21 -0) ➕ `api/tacticalrmm/beta/v1/urls.py` (+12 -0) 📝 `api/tacticalrmm/requirements.txt` (+1 -0) 📝 `api/tacticalrmm/tacticalrmm/urls.py` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:40:49 +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/tacticalrmm#3820
No description provided.