GET /api/common_parameters
모든 글로벌 매개 변수를 나열합니다.

Params

Param Name Description
search
Optional

필터 결과

Validations:

  • Must be String

order
Optional

결과 정렬

Validations:

  • Must be String

page
Optional

페이지네이션 결과

Validations:

  • Must be String

per_page
Optional

요청 당 항목 수

Validations:

  • Must be String


GET /api/common_parameters/:id
글로벌 매개 변수 표시

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/common_parameters
글로벌 매개 변수 생성

Params

Param Name Description
common_parameter
Required

Validations:

  • Must be a Hash

common_parameter[name]
Required

Validations:

  • Must be String

common_parameter[value]
Required

Validations:

  • Must be String

common_parameter[hidden_value]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be one of: true, false.


PUT /api/common_parameters/:id
글로벌 매개 변수 업데이트

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

common_parameter
Required

Validations:

  • Must be a Hash

common_parameter[name]
Optional

Validations:

  • Must be String

common_parameter[value]
Optional

Validations:

  • Must be String

common_parameter[hidden_value]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be one of: true, false.


DELETE /api/common_parameters/:id
글로벌 매개 변수 삭제

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.