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
Example response
[
{
"EcosystemId": 173,
"EcosystemName": "MyCompanies",
"InsertDate": "2021-08-09T08:30:30.682Z",
"InsertUser": "john.doe@acmeinc.com"
}
]