Project Collections REST Endpoints
Project Collections
The Project Collections service enables you to send requests related to Project Collections.
- Batch Create Project Collections
- Method: postPath:
/primeapi/restapi/projectCollections/batch
- Batch Delete Project Collections
- Method: deletePath:
/primeapi/restapi/projectCollections/batch
- Batch Update Project Collections
- Method: putPath:
/primeapi/restapi/projectCollections/batch
- Create a Project Collection
- Method: postPath:
/primeapi/restapi/projectCollections
- Delete a Project Collection
- Method: deletePath:
/primeapi/restapi/projectCollections/{id}
- Update a Project Collection
- Method: putPath:
/primeapi/restapi/projectCollections
- View a Project Collection
- Method: getPath:
/primeapi/restapi/projectCollections/{id}
- View a Project Collection by Name
- Method: getPath:
/primeapi/restapi/projectCollections/name/{name}
- View a Project Collection by Workspace
- Method: getPath:
/primeapi/restapi/projectCollections/workspace/{workspaceId}
- View Projects in a Project Collection
- Method: getPath:
/primeapi/restapi/projectCollections/projectCollection/{projectCollectionId}