v1

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

Get a list of ecosystems.

Get the list of ecosystems.

get/api/v2/ecosystems

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30
Example:10

The number of result items in a single response.

namestring
Example:My Companies

The whole or part of the name of the target ecosystems.

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"
  }
]