Retrieve an existing Profile reference id based on service and version.
get
/profile/referenceId/service/id/{id}/version/{version}
Retrieve an existing Profile reference id based on service and version
Request
Path Parameters
-
id(required): string
The id of the service
-
version(required): string
The version of the service for which profile has to be fetched
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
JSON response after retrieving the Profile reference Id
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