{
  "CurrentRequestName": "RetrieveComments",
  "CurrentPath": "TaskComment.rest",
  "Name": "TaskComment",
  "Requests": [
    {
      "Name": "RetrieveComments",
      "Url": "https://api.inflectra.com/Spira/Services/v4_0/RestService.svc/projects/{project_id}/tasks/{task_id}/comments",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        },
        {
          "Name": "task_id",
          "TokenName": "{task_id}",
          "Value": ""
        }
      ]
    }
  ]
}
