Get project metadata
- GET /XAPI/v2/Projects/{ProjectId}/Metadata
Get project metadata
Gets a key value pair from the project’s metadata. The key is specified in the request body.
- Parameters:
ProjectId (integer)
- Query Parameters:
Key (string)
- Status Codes:
200 OK – Project metadata
- Response JSON Object:
Data.Key (string) – (required)
Data.Value (any)