Get Project Metadata Configuration

GET /public/v1/project-metadata

Headers

  • X-COMPANY-ID string Required

Responses

  • 500 */*

    Internal Server Error

  • 200 */*

    OK

    One of:
GET /public/v1/project-metadata
curl \
 --request GET 'https://live.smartpmtech.com/public/v1/project-metadata' \
 --header "X-API-KEY: $API_KEY" \
 --header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
  {
    "id": 42,
    "required": true,
    "companyId": "string",
    "displayOrder": 42,
    "defaultValue": "string",
    "uniqueKey": "string",
    "apiName": "string",
    "name": "string",
    "type": "string"
  }
]