For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Projects by filters

Search projects by filters

POST /projects/search

Search projects by filters

Request Body

Name
Type
Description

q*

String

The question of choosing a methodology

[
  {
    "id": "string",
    "policyId": "string",
    "policyName": "string",
    "registered": "string",
    "title": "string",
    "companyName": "string",
    "sectoralScope": "string"
  }
]
{
  "code": 0,
  "message": "string"
}

Last updated