Skip to main content
GET
/
v1
/
projects
/
{project}
/
changelists
{
  "changelists": [
    {
      "description": "<string>",
      "changes": [
        {
          "sheet": "<string>",
          "source": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

project
string
required

The project id.

Response

OK

Response message for listing changelists.

changelists
object[]

The changelists from the specified request.