Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

COR Projects API

The Projects API from COR — 14 operation(s) for projects.

COR Projects API is one of 27 APIs that COR publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Projects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 22 operations across 14 paths, and defines 20 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.projectcor.com/v1.

22 operations 14 paths 20 schemas 4 DELETE10 GET5 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.projectcor.com/v1
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

COR Projects API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 22

Across 14 paths, the API surfaces 22 operations — 4 DELETE, 10 GET, 5 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 22
GET
/projects
Get Projects
3 params → 200
POST
/projects
Create a project
body → 200
GET
/projects/{project_id}
Get project by ID
1 param → 200
PUT
/projects/{project_id}
Update a project
1 param body → 200
DELETE
/projects/{project_id}
Delete a project
1 param → 204
GET
/projects/search-by-name/{project_name}
Get projects by name
1 param → 200
POST
/projects/{id}/messages
Post project message
1 param body → 200
GET
/projects/{project_id}/messages
Get messages by project
1 param → 200
GET
/projects/{project_id}/project_cost
Get Project Costs
1 param → 200
POST
/projects/{project_id}/project_cost
Add Project Cost
1 param body → 200
PUT
/projects/{project_id}/project_cost/{project_cost_id}
Update Project Cost
2 params body → 200
DELETE
/projects/{project_id}/project_cost/{project_cost_id}
Delete Project Cost
2 params → 204
GET
/projects/{project_id}/attachments
Get attachment by Project
1 param → 200
GET
/projects/{project_id}/labels
Get project labels
5 params → 200400
GET
/projects/{project_id}/collaborators
Get project collaborators
1 param → 200400
POST
/projects/{project_id}/collaborators
Add project collaborators
1 param body → 201400
DELETE
/projects/{project_id}/collaborators/{user_id}
Delete project collaborator
2 params → 204400
GET
/projects/{project_id}/project_estimate
Get Project Estimates
1 param → 200
POST
/projects/{project_id}/project_estimate
Add Project Estimate
1 param body → 200
PUT
/projects/{project_id}/project_estimate/{project_estimate_id}
Update a Project Estimate
2 params body → 200
DELETE
/projects/{project_id}/project_estimate/{project_estimate_id}
Delete a Project Estimate
2 params → 204
GET
/projects/{project_id}/ratecard
Get project ratecard
1 param → 200

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Project (36 properties), ProjectInput (32 properties), ProjectPutUpdateBody (27 properties), Ratecard (12 properties). Each schema is shown below with its type and property counts.

Attachment
object
5 properties
ProjectEstimateInput
object
5 properties 3 required
ProjectCollaborator
object
Collaborator item returned by GET /projects/{projectid}/collaborators
5 properties
CORCustomError
object
4 properties
Message
object
3 properties
Project
object
36 properties
ProjectCostInput
object
6 properties 3 required
ProjectInput
object
32 properties 2 required
ProjectCategoryInput
object
2 properties 1 required
ProjectEstimate
object
6 properties
ProjectCost
object
7 properties
AttachmentInput
object
5 properties
Label
object
7 properties
ProjectLabelsResponse
object
2 properties 1 required
ProjectPutUpdateBody
object
Fields to update on a project. Include only the properties you want to change.
27 properties
Category
object
3 properties
ProjectUserPositionInput
object
2 properties 1 required
PaginatedProjectsResponse
object
Paginated response for projects list
6 properties
Ratecard
object
A ratecard defines pricing configurations for the company
12 properties
MessageInput
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cor-projects-api-openapi.yml Raw ↑

Other APIs COR publishes across the network.

COR Attachments API
COR Auth API
COR Brands API
COR Clients API
COR Collaborators API
COR Contacts API
COR Contract Positions API
COR Contracts API
COR Contracts Users API
COR Costs API
COR Estimates API
COR Fees API