get https://{hostname}/api-definitions/v2/endpoints//versions
Returns versions of an endpoint, with results optionally paginated, sorted, and filtered.
Responses
Returns versions of an endpoint, with results optionally paginated, sorted, and filtered.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api-definitions/v2/endpoints/apiEndPointId/versions \
--header 'accept: application/json'
xxxxxxxxxx
71}
{
"apiEndPointId": 492375,
"apiEndPointName": "Bookstore API",
"apiVersions": [
{
"apiEndPointVersionId": 599104,
"availableActions": [
"ACTIVATE_ON_PRODUCTION",
"VIEW_AAG_SETTINGS",
"COMPARE_RAPID_SETTINGS",
"EDIT_AAG_SETTINGS",
"HIDE_VERSION",
"CLONE_VERSION",
"EDIT_ENDPOINT_DEFINITION",
"COMPARE_ENDPOINT",
"RESOURCES",
"ACTIVATE_ON_STAGING",
"DELETE"
],
"basePath": "/bookstore2",
"basedOn": 1,
"createDate": "2019-06-17T07:22:29+0000",
"createdBy": "bookstore_admin",
"description": "An API for bookstore users allowing them to retrieve book items, add new items (admin users), and modify existing items.",
"hidden": false,