List of TrainedProfessional

get

/appstore/publisher/v1/services/{listingVersionId}/trainedprofessionals

Get the list of TrainedProfessional for a service with the specified ID.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : schema
Type: object
Additional Properties Allowed
Show Source

400 Response

Bad Request

401 Response

Not Authorized

404 Response

Entity Not Found

500 Response

System Error
Back to Top

Examples

The following example fetches the list of trainedprofessional for a service, by submitting a GET request on the REST resource using cURL.

cURL Example

curl -X GET -H "Authorization: Bearer Access-token"  -H "X-Oracle-UserId: partner-email" "https://ocm-apis.cloud.oracle.com/appstore/publisher/v1/services/9483951/trainedprofessionals"

Request Header

Authorization: Bearer Access-token 
X-Oracle-UserId: fname.lname@oracle.com 

Request Body

NONE

HTTP Status Code:

200 OK

JSON Response:

{
  "compute": "10",
  "sales": "10"
}
Back to Top