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.
Example response
{
"type": "ChangesetStatisticsResponse",
"minVersion": 0,
"maxVersion": 112
}Changes
Changed in 2 of the 50 revisions of this API.2
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ○
endpoint reactivated
endpoint-reactivated
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○