Get Project List

POST - https://{Unifier tenant End point URL}/sync/lobby/userobject?ObjectTypes=Projects

Purpose

For the Lobby, display a list of all projects from all Unifier environments (Development, Test, and Production).

To differentiate the projects, the service uses additional fields to display the tenant name (tenantIDDisplay) and type of environment (serverTypeLabel).

Sample Request

POST - https://unifier.eu-location-1.ocs.oraclecloud.com/sync/lobby/userobject?objectTypes=Projects

{

"username": "jane.smith@oracle.com"

}

Supported Request Parameter

Request Parameters

Required?

Data Type

Description

username

Yes

String

The system generates and sends an Authorization Token to verify that the user is allowed to submit the request.

Response Format

A JSON object is returned in the following format:

{

"data": [

{

"name": "Oracle",

"attributes": {

"shellLocation": null,

"projectCode": "ORG-001",

"organization": "JJ Ukraine",

"tenantId": "jjukraineue",

"servertypelabel" "Development",

"organizationDisplay" : "JJ Ukraine (Development)",

"projectOwner": "John Jones",

"planStartDate": null,

"planEndDate": null,

"status": 1

},

"type": "Project",

"objectId": 1002,

"url": "https://dev.unifier.eu-location-1.ocs.oraclecloud.com:8085/web/unifier/link/nav/jjukraineue?p=1002&sig=2683739df63663655e83252f87e4c0022a1ac2b4"

}

Related Topics

Shell Manager

Create Shell

Update Shell

Get Shell



Last Published Wednesday, April 9, 2025