User Personalization REST APIs

Oracle CPQ 24A provides the web service support for Line Item Grid User Personalization.

Get All User Personalizations

Use this endpoint to retrieve a list of user personalizations for the current user.

  • Endpoint:  /rest/v16/userPersonalizations
  • Method:  GET

Get a User Personalization

Use this endpoint to retrieve the specified user personalization.

  • Endpoint:  /rest/v16/userPersonalizations/{personalizationName}
  • Method:  GET

Reset User Personalization

Use this endpoint to reset the Line Item Grid to default settings.

  • Endpoint:  /rest/v16/userPersonalizations/actions/reset
  • Method:  POST

Save User Personalization

Use this endpoint to save the user Line Item Grid personalization.

  • Endpoint:  /rest/v16/userPersonalizations/actions/save
  • Method:  POST

REST API services can be used to manage user Line Item Grid personalization.

Steps to Enable

Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.