intel_start_end_params

APIs.ioEngineeringPlatform

Properties

Name Type Description
end string Defaults to the current date.
start string Defaults to 30 days before the end parameter value.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-start-end-params-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_start_end_params",
  "title": "intel_start_end_params",
  "properties": {
    "end": {
      "description": "Defaults to the current date.",
      "example": "2021-04-30",
      "format": "date",
      "type": "string"
    },
    "start": {
      "description": "Defaults to 30 days before the end parameter value.",
      "example": "2021-04-01",
      "format": "date",
      "type": "string"
    }
  },
  "type": "object"
}