Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.18 KB

ProjectConfigurationsApi.md

File metadata and controls

36 lines (21 loc) · 1.18 KB

ProjectConfigurationsApi

All URIs are relative to http://localhost

Method HTTP request Description
getConfigurationsByProjectId GET /api/v2/projects/{projectId}/configurations Get project configurations

getConfigurationsByProjectId

List getConfigurationsByProjectId(projectId)

Get project configurations

 Use case   User sets project internal or global identifier   User runs method execution   System search project   System search all configurations related to project   System returns array of found configurations (listed in response model)

Parameters

Name Type Description Notes
projectId String Project internal (UUID) or global (integer) identifier [default to null]

Return type

List

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json