mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1636] [MERGED] beta api clients, agents, sites with paging #3820
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3820
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:beta-api📝 Commits (1)
027e444beta 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.