Entrio API Documentation Entrio APIs provide a standard way to access the data and insights in our platform, giving you the flexibility to choose how to use Entrio within your organization. ## Sections • [Entrio APIs Introduction](https://docs.entrio.io/introduction.md): Entrio APIs provide a standard way to access the data and insights from Entrio’s reference catalog of all tech solutions available in the market. • [Getting Started](https://docs.entrio.io/getting-started.md): Please read through the documentation of each API and request a key before using the API Explorer. • [Entrio APIs](https://docs.entrio.io/apis.md): Improve your tech visibility in days by updating your existing systems with all the tech data you need, automatically. • [Get Company by ID (getCompanyByID)](https://docs.entrio.io/apis/get-company-by-id.md): Get the same unbiased, up-to-date data about a vendor or solution as Get Company, but by providing your organization's ID or Entrio's ID. • [Get Alerts (getAlerts)](https://docs.entrio.io/apis/get-alerts.md): Receive alerts for select vendors detected in a specific date range. • [Get Versions (getVersions)](https://docs.entrio.io/apis/get-alerts-getalerts-copy-1.md): Receive alerts for select vendors detected in a specific date range. • [Get All My Org Catalog (getAllMyOrgCatalog)](https://docs.entrio.io/apis/getallmyorgcatalog.md): Get all of the data from your organization's specific catalog (My Catalog) through this paginated API. Title Description Parameter Name Parameter Description page the page number for the data to be retrieved limit number of records per page Sample call Plain text https://api.entrio.io/web_api/getAllMyOrgCatalog?page=1&limit=20 sample response JSON { "statusCode": 200, "innerCode": 0, "message": "", "exception": "", "data": { "total": 807, "page": 1, "limit": 20, "totalPages": 41, "vendors": [ { "website": "https://cashforce.com/", "productName": "Cashforce", "statuses": [ { "status": 1, "country": "Global", "bankBusinessUnits": [], "managers": [], "solutionNames": [], "installTypes": [], "versions": [] } ], "entrioId": 530, "taxonomy": [ { "businessUnit": { "name": "Corporate Functions" }, "category": { "name": "Finance", "cc": true }, "bankProduct": { "name": "Treasury and ALM", "cc": true }, "productFeature": { "name": "Cashflow Forecasting", "cc": true } }, { "businessUnit": { "name": "Corporate Functions" }, "category": { "name": "Finance", "cc": true }, "bankProduct": { "name": "Financial Controller" }, "productFeature": { "name": "Financial Reporting" } } ] }, • [Map Ids (MapIds)](https://docs.entrio.io/apis/data-request-datarequest-copy-2.md): If a solution that you need isn't found, this will add the solution to the catalog, then accelerate the completion and QA review of the newly added solution. • [Clean Names (cleanNames)](https://docs.entrio.io/apis/alerts-getalerts-copy-1.md): Receive alerts for select vendors detected in a specific date range. • [Data Request (DataRequest)](https://docs.entrio.io/apis/data-request.md): If a solution that you need isn't found, this will add the solution to the catalog, then accelerate the completion and QA review of the newly added solution.