Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (51 loc) · 2.79 KB

CustomPropertiesApi.md

File metadata and controls

78 lines (51 loc) · 2.79 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
CustomPropertiesControllerCreate Post /v1/projects/{project}/customProperties Create Custom Property
CustomPropertiesControllerFindAll Get /v1/projects/{project}/customProperties List Custom Properties

CustomPropertiesControllerCreate

CustomProperty CustomPropertiesControllerCreate(ctx, body, project) Create Custom Property

Create a new Custom Property

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
body CreateCustomPropertyDto
project Object A Project key or ID

Return type

CustomProperty

Authorization

No authorization required

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]

CustomPropertiesControllerFindAll

[]CustomProperty CustomPropertiesControllerFindAll(ctx, project, optional) List Custom Properties

List Custom Properties

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
project Object A Project key or ID
optional *CustomPropertiesApiCustomPropertiesControllerFindAllOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a CustomPropertiesApiCustomPropertiesControllerFindAllOpts struct

Name Type Description Notes

page | optional.Float64| | [default to 1] perPage | optional.Float64| | [default to 100] sortBy | optional.String| | [default to createdAt] sortOrder | optional.String| | [default to desc] search | optional.String| |

Return type

[]CustomProperty

Authorization

No authorization required

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]