GetProjectVariables returns project variables.
get/v1/orgs/{org}/projects/{project}/variables
Path parameters
orgstring required
Org the project belongs to.
projectstring required
Project to get variables for.
Query parameters
environmentstring
Environment to get the variables for. If empty, only variables shared across all environments are returned.
forAllEnvironmentsboolean
If true, return variable values for all environments. Can't be used together with the "environment" option.
Response
A successful response.