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 Objects for Combo Boxes and Item Selectors
- Method: getPath:
/api/graph/PropertyTypes/readForSelect
- Get Property Types
- Method: getPath:
/api/graph/PropertyTypes
- Update a Property Type
- Method: putPath:
/api/graph/PropertyTypes/{id}