Skip to content

Create endpdoints for MCC ARO requests #349

@Yarik-Popov

Description

@Yarik-Popov

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions