Segment REST Endpoints
Segment
Use the Cost Breakdown Structure segment service to create, view, update, and delete CBS segments for workspaces and projects. Segments determine the hierarchical depth of a CBS and designate how CBS codes are concatenated. Update Keys : 'segmentId'
- Create a Project Segment
- Method: postPath:
/primeapi/restapi/segment/project/{id}
- Create a Workspace Segment
- Method: postPath:
/primeapi/restapi/segment/workspace/{id}
- Update a Project Segment
- Method: putPath:
/primeapi/restapi/segment/project
- Update a Workspace Segment
- Method: putPath:
/primeapi/restapi/segment/workspace
- View a Workspace Segment
- Method: getPath:
/primeapi/restapi/segment/{id}?type={type}
- View workspace segments by workspace or project
- Method: getPath:
/primeapi/restapi/segment/project/{id}
- View workspace segments by workspace or project
- Method: getPath:
/primeapi/restapi/segment/workspace/{id}