Shooting Types Endpoints¶
Shooting Types API endpoints.
Overview¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/shooting-types |
List Shooting Types |
API Reference¶
Sartiq Backend Server - Shooting Types 0.1.0¶
shooting-types¶
GET /api/v1/shooting-types¶
List Shooting Types
Input parameters
| Parameter | In | Type | Default | Nullable | Description |
|---|---|---|---|---|---|
OAuth2PasswordBearer |
header | string | N/A | No |
Responses
Schemas¶
ShootingTypePublic¶
| Name | Type | Description |
|---|---|---|
archived |
boolean | |
description |
||
id |
string(uuid) | |
key |
string | |
label |
string |
Security schemes¶
| Name | Type | Scheme | Description |
|---|---|---|---|
| OAuth2PasswordBearer | oauth2 |