Property Types REST Endpoints
Graphs/Property Types
Use for managing property types.
- Create a Property Type
- Method: postPath:
/api/graph/PropertyTypes - Delete a Property Type
- Method: deletePath:
/api/graph/PropertyTypes/{id} - Get a Property Type by ID
- Method: getPath:
/api/graph/PropertyTypes/{id} - Get Property Types
- Method: getPath:
/api/graph/PropertyTypes - Get Property Types for Combo Boxes and Item Selectors
- Method: getPath:
/api/graph/PropertyTypes/readForSelect - Update a Property Type
- Method: putPath:
/api/graph/PropertyTypes/{id}