PostmortemsGetAllPostmortemsRequest
Last updated
import { PostmortemsGetAllPostmortemsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: PostmortemsGetAllPostmortemsRequest = {
fromDate: "<value>",
toDate: "<value>",
ownerId: "<id>",
limit: 187814,
};fromDate
string
✔️
Provide date in RFC3339 format
toDate
string
✔️
Provide date in RFC3339 format
ownerId
string
✔️
Here owner_id represents team_id
limit
number
✔️
N/A
Last updated