[]
Get all customize properties.
Responses
[200] Success
Add a new customize property.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Get the specified customize property's information.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Delete the specified customize property.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Update the specified customize property's information.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Validate the new available values for the specified customize property.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
| Name | Type |
|---|---|
| idNullable | string |
| nameNullable | string |
| showInListNullable | Boolean |
| allowUserEditNullable | Boolean |
| multivaluedNullable | Boolean |
| showInProfileNullable | Boolean |
| availableValuesNullable | Array<string> |
| valueType | PropertyValueType |
| sensitiveNullable | Boolean |
Enum:
Text
Boolean
Integer
Float
Date
DateTime
The value type of the organization property.
| Name | Type |
|---|---|
| availableValuesNullable | Array<string> |