Oracle E-Business Suite · Example Payload

Oracle E Business Suite Getorganizations Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Getorganizations Example is an example object payload from Oracle E-Business Suite, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getOrganizations",
  "method": "GET",
  "path": "/hr/organizations",
  "summary": "Retrieve Hr Organizations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getorganizations200Example",
      "example": {
        "items": [
          {
            "organizationId": "500123",
            "name": "Example Title",
            "businessGroupId": "500123",
            "dateFrom": "2026-01-15",
            "dateTo": "2026-01-15",
            "locationId": "500123",
            "type": "example_value",
            "internalExternalFlag": "INT"
          }
        ],
        "totalCount": 10,
        "hasMore": true
      }
    }
  ]
}