Project Collections REST Endpoints

Project Collections
The Project Collections service enables you to send requests related to Project Collections.
Batch Create Project Collections
Method: post
Path: /primeapi/restapi/projectCollections/batch
Batch Delete Project Collections
Method: delete
Path: /primeapi/restapi/projectCollections/batch
Batch Update Project Collections
Method: put
Path: /primeapi/restapi/projectCollections/batch
Create a Project Collection
Method: post
Path: /primeapi/restapi/projectCollections
Delete a Project Collection
Method: delete
Path: /primeapi/restapi/projectCollections/{id}
Update a Project Collection
Method: put
Path: /primeapi/restapi/projectCollections
View a Project Collection
Method: get
Path: /primeapi/restapi/projectCollections/{id}
View a Project Collection by Name
Method: get
Path: /primeapi/restapi/projectCollections/name/{name}
View a Project Collection by Workspace
Method: get
Path: /primeapi/restapi/projectCollections/workspace/{workspaceId}
View Projects in a Project Collection
Method: get
Path: /primeapi/restapi/projectCollections/projectCollection/{projectCollectionId}