BaselineType REST Endpoints

BaselineType

Since the large number of baselines per project could be challenging to maintain, baseline types are introduced to help categorize, or track, multiple baselines for a single project. By assigning a type to a baseline that reflects its purpose, baseline types help you to maintain or track a large number of baselines in a project. For example, you could use the baseline types 'initial planning', 'what-if', and 'midproject' to organize a project's baselines. The BaselineType service enables you to create new baseline types or maintain (update, delete) existing ones. The BaselineType Service also allows you to load multiple associated BaselineProject objects from the database.

Create BaselineTypes
Method: post
Path: /baselineType
Delete BaselineTypes
Method: delete
Path: /baselineType
Read BaselineTypes
Method: get
Path: /baselineType
Update BaselineTypes
Method: put
Path: /baselineType
View BaselineType Field Length
Method: get
Path: /baselineType/getFieldLength/{fieldName}
View BaselineType fields
Method: get
Path: /baselineType/fields