Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.23 KB

ProjectConfigurationsApi.md

File metadata and controls

36 lines (21 loc) · 1.23 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

<br>Use case  <br>User sets project internal or global identifier  <br>User runs method execution  <br>System search project  <br>System search all configurations related to project  <br>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