Retrieve service configuration versions based on service id and autosuggest version number
get
/profile/service/id/{id}/version/{version}
Retrieve service configuration versions based on service id and autosuggest version number
Request
Path Parameters
-
id(required): string
The id of the service
-
version(required): string
The version of the service to be used for auto-suggest
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
JSON response after retrieving versions based on version autosuggest
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred