Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Get Registration Pega Process Fabric Hub endpoint

Updated on November 9, 2021

The Get Registration REST API helps you to retrieve details about a specific, registered application. For example, you can check the application label, short description, and the client secret and client ID that you use to manage the application.

To retrieve the details of a registered application, invoke the following endpoint:

GET /registrations/{ID}

Before you call this REST API, consider the following factors:

  • The Get Registration API retrieves information about only one application.
  • The response does not include details of applications that have the Pending-Details or Resolved status.
  • If an error occurs, the response includes an appropriate status code and error message.

The following table shows a sample response body for the Get Registration endpoint:

ElementValue
Request URLhttps://vlenghydcnt17263-processfabrichub.lab.pega.com/prweb/api/ppf/v1/registrations/REG-22951
Request headersAuthorization: Bearer access token
Request bodyNot applicable
Response status200
Response body
{
  "applicationDescription": "Sales Desk application captures sales information and provides sales insights",
  "applicationLabel": "uPlusTelco - Sales Desk 3",
  "applicationName": "SalesDesk3",
  "clientID": "69747281128570844473",
  "createDateTime": "20210421T164737.626 GMT",
  "createOperator": "user1",
  "icon": "pi pi-app-solid app-registration-logo app-logo-s",
  "ID": "REG-22951",
  "lastTaskSyncedDateTime": "",
  "platform": "uPlusTelco",
  "productionLevel": "2",
  "status": "Open-SyncProgress",
  "syncErrors": "0",
  "systemURL": "https://ap15.uplustelco.com",
  "updateDateTime": "20210421T165527.911 GMT",
  "updateOperator": "user1",
  "weighting": "1"
}

For more information, see the Swagger documentation.

  • Previous topic Get Registrations Pega Process Fabric Hub endpoint
  • Next topic Disable Registration and Enable Registration Pega Process Fabric Hub endpoints

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us