{
  "Info": {
    "Label": "Get Todo",
    "Description": "Fetches a todo item by ID and returns its title as the parameter value.",
    "RequestType": "GET",
    "DoNotUseBaseURL": false,
    "RequestPath": "todos/{id}",
    "Body": "",
    "Type": "Trigger",
    "StatusRegex": "\"title\":\\s*\"([^\"]*)\"",
    "FeedbackType": "Regex match value"
  },
  "Headers": {
    "Headers": null
  },
  "Variables": [
    {
      "Label": "Todo ID",
      "Description": "Which todo to fetch (1-200)",
      "Tag": "id",
      "Type": "Int",
      "Min": 1,
      "Max": 200
    }
  ]
}
