Retrieves the list of latest property definitions based on version number. You can use the parameters filter, limit, and includeDeleted to refine the list.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Adds a new Property definition. It needs to be either a new PropertyDefinitionId or the provided version property needs to conform to the semantic versioning rules for definitions. Otherwise the request will be rejected. Note that there is no update of a definition. If changes need to be made, at least a major version increase is required. Therefore, there is also no PUT operation on this endpoint.
Not Authorized. Either the Access token is missing or the access token validation failed
403
Access Forbidden. Requesting entity does not have enough permissions to access the resource
429
Too many requests - indicates the user has sent too many requests in a given amount of time
500
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
#GET GET Retrieve last version of specific Property Definition
Gets latest (based on its version) Property definition based on versions for specific PropertyDefinitionId. Deleted Property definition can also be retrieved by this operation, if the includeDeleted flag is set to true.
Not Authorized. Either the Access token is missing or the access token validation failed
403
Access Forbidden. Requesting entity does not have enough permissions to access the resource
429
Too many requests - indicates the user has sent too many requests in a given amount of time
500
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Marks the Property definition as deleted. No new instances can be created and no new versions added. The Property definition will stay in the database.
Not Authorized. Either the Access token is missing or the access token validation failed
403
Access Forbidden. Requesting entity does not have enough permissions to access the resource
429
Too many requests - indicates the user has sent too many requests in a given amount of time
500
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
#GET GET Retrieve list of all versions of specific Property Definition
Not Authorized. Either the Access token is missing or the access token validation failed
403
Access Forbidden. Requesting entity does not have enough permissions to access the resource
429
Too many requests - indicates the user has sent too many requests in a given amount of time
500
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
In TypeDefinitions and Extensions for properties components, Property Definitions can be reused. Before utilizing in TypeDefinition or Extensions, Property definitions must be created.