Static createThe custom attribute definition. *
Optional xOptional context id the request is running. *
Static createCreate a custom attribute definition for provided application domain
Use this API to create a custom attribute definition for provided application domain.
Token Permissions: [ custom_attribute:create:* ]
CustomAttributeDefinitionResponse Created a custom attribute definition in provided application domain and Returns the newly saved custom attribute definition in the response body.
ApiError
The ID of the application domain *
The custom attribute definition. *
Optional xOptional context id the request is running. *
Static deleteDelete a custom attribute definition
Use this API to delete a custom attribute definition.
Token Permissions: [ custom_attribute:write ]
void
ApiError
The ID of the custom attribute definition *
Optional xOptional context id the request is running. *
Static deleteDelete a custom attribute definition of provided application domain
Use this API to delete a custom attribute definition by given application domain.
Token Permissions: [ custom_attribute:delete:* ]
void
ApiError
The ID of the application domain *
Optional xOptional context id the request is running. *
Static deleteDelete a custom attribute definition of provided application domain
Use this API to delete a custom attribute definition of given application domain.
Token Permissions: [ custom_attribute:delete:* ]
void
ApiError
The ID of the application domain *
The ID of the custom attribute definition *
Optional xOptional context id the request is running. *
Static getGet a custom attribute definition
Use this API to get a single custom attribute definition by its ID.
Token Permissions: [ event_designer:access ]
CustomAttributeDefinitionResponse The custom attribute definition.
ApiError
The ID of the custom attribute definition. *
Optional xOptional context id the request is running. *
Static getGet a list of custom attribute definitions
Use this API to get a list of custom attribute definitions that match the given parameters.
Token Permissions: [ event_designer:access ]
CustomAttributeDefinitionsResponse Get a list of custom attribute definitions and the accompanying metadata.
ApiError
Optional associatedMatch only custom attribute definitions with the given associated entity type names separated by commas. *
Optional pageThe page number to get. *
Optional pageThe number of custom attribute definitions to get per page. *
Optional xOptional context id the request is running. *
Static getGet a list the custom attribute definitions of provided application domain
Use this API to get a list of custom attribute definitions that match the given parameters.
Token Permissions: [ custom_attribute:get:* ]
CustomAttributeDefinitionsResponse Get a list of custom attribute definitions of a given application domain id.
ApiError
Match only custom attribute definitions with the given application domain Id *
Optional pageThe page number to get. *
Optional pageThe number of custom attribute definitions to get per page. *
Optional xOptional context id the request is running. *
Static updateUpdate a custom attribute definition
Use this API to update a custom attribute definition. You can only update the associated entity types.
Token Permissions: [ custom_attribute:write ]
CustomAttributeDefinitionResponse The updated custom attribute definition.
ApiError
The ID of the custom attribute definition to update. *
The custom attribute definition. *
Optional xOptional context id the request is running. *
Static updateUpdate a custom attribute definition for provided application domain
Use this API to update a custom attribute definition for provided application domain.
Token Permissions: [ custom_attribute:update:* ]
CustomAttributeDefinitionResponse Updated a custom attribute definition in provided application domain and Returns the newly saved custom attribute definition in the response body.
ApiError
The ID of the application domain *
The ID of the custom attribute definition *
The custom attribute definition. *
Optional xOptional context id the request is running. *
Create a custom attribute definition Use this API to create a custom attribute definition.
Token Permissions: [
custom_attribute:write]Returns
CustomAttributeDefinitionResponse Created a custom attribute definition. Returns the newly saved custom attribute definition in the response body.
Throws
ApiError