v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Ecosystem

Get details of an ecosystem.

Get the details of an ecosystem identified by its id.

get/api/v2/ecosystems/{id}

Path parameters

idinteger required

The id of the ecosystem requested.

Response

Success

EcosystemIdinteger required

The unique id of the ecosystem.

EcosystemNamestring

The name of the ecosystem.

InsertDatestring date-time

The date of this operation.

InsertUserstring

The Client ID performed the operation, which can be an email address or string 'API'.

Example response

{
  "EcosystemId": 173,
  "EcosystemName": "MyCompanies",
  "InsertDate": "2021-08-09T08:30:30.682Z",
  "InsertUser": "john.doe@acmeinc.com"
}