v1

latestOpenAPI 3.0.22026-07-174950145.6 KB
Manage Changesets

`[Deprecated]` Get ChangesetStatistics

NOTE: This endpoint is <b>deprecated</b>. Use <code>/spaces/{spaceId}/statistics</code> instead to gather information about the min / max version of a space.<br /><br /> Returns statistics about changesets.

get/spaces/{spaceId}/changesets/statistics

Path parameters

spaceIdstring required

The unique identifier of the space.

Response

Statistical information about a Changesets.

typestring

Example response

{
  "type": "ChangesetStatisticsResponse",
  "minVersion": 0,
  "maxVersion": 112
}