{
  "CurrentRequestName": "RetrieveCustomListById",
  "CurrentPath": "CustomList.rest",
  "Name": "CustomList",
  "Requests": [
    {
      "Name": "RetrieveCustomListById",
      "Url": "https://science37.spiraservice.net/services/v5_0/RestService.svc/projects/{project_id}/custom-lists/{custom_list_id}",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        },
        {
          "Name": "custom_list_id",
          "TokenName": "{custom_list_id}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "AddCustomList",
      "Url": "https://science37.spiraservice.net/services/v5_0/RestService.svc/projects/{project_id}/custom-lists",
      "Method": "POST",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "RetrieveCustomLists",
      "Url": "https://science37.spiraservice.net/services/v5_0/RestService.svc/projects/{project_id}/custom-lists",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "UpdateCustomList",
      "Url": "https://science37.spiraservice.net/services/v5_0/RestService.svc/projects/{project_id}/custom-lists/{custom_list_id}",
      "Method": "PUT",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "project_id",
          "TokenName": "{project_id}",
          "Value": ""
        },
        {
          "Name": "custom_list_id",
          "TokenName": "{custom_list_id}",
          "Value": ""
        }
      ]
    }
  ]
}
