Get Active Config History
Retrieves id, comment and timestamp of only active revisons of configuration files.
Path parameters
Repository file path for which history is returned.
Query parameters
Maximum number of results to be fetched.
Retrieves active revisions history from provided timestamp onwards.
Retrieves active revisions history till the provided timestamp.
Response
OK
Example response
{
"id": "1",
"comment": "This is sample commit message.",
"time": "2017-05-06T07:10:38.385Z"
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲