Services_getServiceRevisions

Get service revisions by id.

SecuritybearerAuth
Request
path Parameters
id
required
string

service id.

Responses
200

Ok

get/services/{id}/revisions
Request samples

service_revision = package.services.revisions(service_id='service_id')

# 
# Get service revisions history.
# 
# **Prerequisites**: You must be in the role of an *owner* or *developer*. You must have a package.
# 
# You must provide at leats ONE of the following params: service, service_id
# 
# :param dtlpy.entities.service.Service service: Service entity
# :param str service_id: service id
# 
# 
Response samples
application/json
[
  • {
    }
]