-
Notifications
You must be signed in to change notification settings - Fork 31
Labels
project: backendBackend tasksBackend tasks
Description
Background
We need a way to retrieve ARO requests in our MCC.
Requirements
Create the following endpoints in gs/backend/api/v1/mcc/endpoints/aro_requests.py
Get /
Returns the aro-users. The response should be under the data field.
Parameters:
- count
- type: int
- optional with default: 100
- Gets the count most recent commands
- If count ≤ 0, return all data
- offset
- type: int
- optional with default of 0
- Starting point to get the most recent commands at (used for paging)
- filters
- type: list of aro request type
- Returns the aro requests that match any if the request types
- If the list is empty, apply no filtering
Resources
Follow the endpoint convention here: https://www.notion.so/uworbital/Backend-Endpoint-Conventions-1f08a26d76778033b1e7db55aaeb1fd3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
project: backendBackend tasksBackend tasks