You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
get:
|
|
tags:
|
|
- flags
|
|
summary: Get flags list
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
flags:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
state:
|
|
type: string
|
|
heat:
|
|
type: number
|
|
description: The number of reports that make up this flag
|
|
flagId:
|
|
type: number
|
|
type:
|
|
type: string
|
|
targetId:
|
|
oneOf:
|
|
- type: string
|
|
- type: number
|
|
targetUid:
|
|
type: number
|
|
datetime:
|
|
type: number
|
|
labelClass:
|
|
type: string
|
|
target_readable:
|
|
type: string
|
|
datetimeISO:
|
|
type: string
|
|
assignee:
|
|
type: string
|
|
nullable: true
|
|
analytics:
|
|
type: array
|
|
items:
|
|
type: number
|
|
hasFilter:
|
|
type: boolean
|
|
filters:
|
|
type: object
|
|
properties:
|
|
page:
|
|
type: number
|
|
perPage:
|
|
type: number
|
|
sort:
|
|
type: string
|
|
title:
|
|
type: string
|
|
selectedCategory:
|
|
type: object
|
|
properties:
|
|
icon:
|
|
type: string
|
|
name:
|
|
type: string
|
|
bgColor:
|
|
type: string
|
|
nullable: true
|
|
- $ref: ../components/schemas/Pagination.yaml#/Pagination
|
|
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
|
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps |