.. _api-services: Services - ``/api/v1/services`` ------------------------------- GET /api/v1/services ^^^^^^^^^^^^^^^^^^^^ Unauthenticated. Returns a list of all services viewable by the current user. Example Response:: [ { "id": 1, "subtype": "Web HTTP", "subtype_id": 38, "team": { "id": 51, "number": 1, "name": "CDC Team 1", "logo": "http://localhost:8000/static/upload/teamlogos/bluelogo.png", "team_url": "team1.isucdc.com", "guest_division": false } "url": "www.team1.isucdc.com", "port": 80, "last_scan": 0, "last_scan_time": null, "last_scan_error": null, "in_progress": false, "max_score": 2 }, ... ] Optional Parameters: subtype_id Filter the list by the specified subtype ID team Team number to filter the list by GET /api/v1/services/:id ^^^^^^^^^^^^^^^^^^^^^^^^ Unauthenticated. Get the details for a specific service check.