All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
apiV2CustomAttributesTemplatesExistsGet | GET /api/v2/customAttributes/templates/exists | |
apiV2CustomAttributesTemplatesIdCustomAttributesExcludePost | POST /api/v2/customAttributes/templates/{id}/customAttributes/exclude | Exclude CustomAttributes from CustomAttributeTemplate |
apiV2CustomAttributesTemplatesIdCustomAttributesIncludePost | POST /api/v2/customAttributes/templates/{id}/customAttributes/include | Include CustomAttributes to CustomAttributeTemplate |
apiV2CustomAttributesTemplatesIdDelete | DELETE /api/v2/customAttributes/templates/{id} | Delete CustomAttributeTemplate |
apiV2CustomAttributesTemplatesIdGet | GET /api/v2/customAttributes/templates/{id} | Get CustomAttributeTemplate by ID |
apiV2CustomAttributesTemplatesNameGet | GET /api/v2/customAttributes/templates/{name} | Get CustomAttributeTemplate by name |
apiV2CustomAttributesTemplatesPost | POST /api/v2/customAttributes/templates | Create CustomAttributeTemplate |
apiV2CustomAttributesTemplatesPut | PUT /api/v2/customAttributes/templates | Update custom attributes template |
apiV2CustomAttributesTemplatesSearchPost | POST /api/v2/customAttributes/templates/search | Search CustomAttributeTemplates |
CustomAttributeTemplateValidationResult apiV2CustomAttributesTemplatesExistsGet(name)
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] [default to null] |
CustomAttributeTemplateValidationResult
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
apiV2CustomAttributesTemplatesIdCustomAttributesExcludePost(id, request_body)
Exclude CustomAttributes from CustomAttributeTemplate
Use case User sets attribute template internal identifier User sets attribute internal identifiers User runs method execution System delete attributes from attributes tempalte
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Attribute template internal (UUID) identifier | [default to null] |
request_body | Set | [optional] |
null (empty response body)
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json
apiV2CustomAttributesTemplatesIdCustomAttributesIncludePost(id, request_body)
Include CustomAttributes to CustomAttributeTemplate
Use case User sets attribute template internal identifier User sets attribute internal identifiers User runs method execution System add attributes to attributes tempalte
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Attribute template internal (UUID) identifier | [default to null] |
request_body | Set | [optional] |
null (empty response body)
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json
apiV2CustomAttributesTemplatesIdDelete(id)
Delete CustomAttributeTemplate
Use case User sets attribute template internal identifier User runs method execution System search and delete attribute template System returns no content response
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Attribute template internal (UUID) identifier | [default to null] |
null (empty response body)
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
CustomAttributeTemplateModel apiV2CustomAttributesTemplatesIdGet(id)
Get CustomAttributeTemplate by ID
Use case User sets attribute template internal identifier User runs method execution System return attribute template (listed in response example)
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | CustomAttributeTemplate internal (UUID) identifier | [default to null] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
CustomAttributeTemplateModel apiV2CustomAttributesTemplatesNameGet(name)
Get CustomAttributeTemplate by name
Use case User sets attribute template name User runs method execution System search and return list of attribute templates (listed in response example)
Name | Type | Description | Notes |
---|---|---|---|
name | String | CustomAttributeTemplate name for search | [default to null] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
CustomAttributeTemplateModel apiV2CustomAttributesTemplatesPost(CustomAttributeTemplatePostModel)
Create CustomAttributeTemplate
Use case User sets attribute template parameters (listed in request example) User runs method execution System creates attribute template System returns attribute template model (example listed in response parameters)
Name | Type | Description | Notes |
---|---|---|---|
CustomAttributeTemplatePostModel | CustomAttributeTemplatePostModel | [optional] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json
apiV2CustomAttributesTemplatesPut(CustomAttributeTemplatePutModel)
Update custom attributes template
Name | Type | Description | Notes |
---|---|---|---|
CustomAttributeTemplatePutModel | CustomAttributeTemplatePutModel | [optional] |
null (empty response body)
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json
List apiV2CustomAttributesTemplatesSearchPost(Skip, Take, OrderBy, SearchField, SearchValue, CustomAttributeTemplateSearchQueryModel)
Search CustomAttributeTemplates
Use case User sets search params model (listed in request example) User runs method execution System return attribute templates (listed in response example)
Name | Type | Description | Notes |
---|---|---|---|
Skip | Integer | Amount of items to be skipped (offset) | [optional] [default to null] |
Take | Integer | Amount of items to be taken (limit) | [optional] [default to null] |
OrderBy | String | SQL-like ORDER BY statement (column1 ASC | DESC , column2 ASC |
SearchField | String | Property name for searching | [optional] [default to null] |
SearchValue | String | Value for searching | [optional] [default to null] |
CustomAttributeTemplateSearchQueryModel | CustomAttributeTemplateSearchQueryModel | [optional] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json