Skip to main content


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

Get Registrations Pega Process Fabric Hub endpoint

Updated on November 9, 2021

The Get Registrations REST API helps you obtain details of applications that are registered with the Pega Process Fabric Hub. For example, you can quickly view the statuses of your registered applications to check if each application has a status that matches your business needs.

You can get the details of your registered applications by invoking the following endpoint:

GET /registrations

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

  • The Get Registrations REST API single response includes information about your registered applications.
  • The response does not include details of applications that have the Pending-Details or Resolved status.
  • If errors occur, the response includes an appropriate status code and error message.

The following table shows a sample request body and a sample response body for the Get Registrations endpoint:

ElementValue
Request URLhttps://vlenghydcnt17263-processfabrichub.lab.pega.com/prweb/api/ppf/v1/registrations
Request headersAuthorization: Bearer access token
Request bodyNot applicable
Response status200
Response body
{
  "registrations": [
    {
      "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"
    },
    {
      "applicationDescription": "Facilities Desk application provides access to facilities",
      "applicationLabel": "Facilities Desk",
      "applicationName": "FacilitiesDesk",
      "clientID": "72133805922102646495",
      "createDateTime": "20210421T135727.321 GMT",
      "createOperator": "user1",
      "icon": "pi pi-app-solid app-registration-logo app-logo-m",
      "ID": "REG-22948",
      "lastTaskSyncedDateTime": "20210421T135805.379 GMT",
      "platform": "Pega",
      "productionLevel": "2",
      "status": "Active",
      "syncErrors": "0",
      "systemURL": "https://facilities.lab.pega.com/prweb",
      "updateDateTime": "20210421T135805.662 GMT",
      "updateOperator": "System",
      "weighting": "1"
    }
  ]

For more information, see the Swagger documentation.

  • Previous topic Edit Registration Pega Process Fabric Hub endpoint
  • Next topic Get Registration Pega Process Fabric Hub endpoint

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