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 Tasks API

The Tasks API from COR — 8 operation(s) for tasks.

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

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

This API exposes 15 operations across 8 paths, and defines 27 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.

15 operations 8 paths 27 schemas 2 DELETE7 GET5 POST1 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 Tasks 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 15

Across 8 paths, the API surfaces 15 operations — 2 DELETE, 7 GET, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Tasks 15
GET
/tasks
Get Tasks
4 params → 200
POST
/tasks
Create a task
body → 200
GET
/tasks/{task_id}
Get task by ID
1 param → 200
PUT
/tasks/{task_id}
Update a Task
1 param body → 200
DELETE
/tasks/{task_id}
Delete a Task
1 param → 204
GET
/tasks/search-by-title/{title}
Get tasks by title
1 param → 200
GET
/tasks/{task_id}/messages
Get messages by Task
1 param → 200
POST
/tasks/{task_id}/messages
Post task message
body → 200
GET
/tasks/{task_id}/attachments
Get task attachments
4 params → 200500
POST
/tasks/{task_id}/attachments
Upload task attachments
1 param body → 200400417
DELETE
/tasks/{task_id}/attachments
Delete task attachments
1 param body → 200404417
POST
/tasks/{task_id}/attachments/source/{source_type}
Create task attachment from external source
2 params body → 200400417
GET
/tasks/{task_id}/members
GET task members
1 param → 200
GET
/tasks/{task_id}/collaborators
Get task collaborators
1 param → 200
POST
/tasks/{task_id}/collaborators
Assign collaborators to a task
1 param body → 200400417

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are TaskAttachmentUploadedFile (26 properties), TaskAttachmentDetail (25 properties), UserBase (18 properties), Leave (11 properties). Each schema is shown below with its type and property counts.

Task
object
8 properties
Attachment
object
5 properties
TaskAttachmentSourceResponse
object
11 properties
LeaveType
object
8 properties
CORCustomError
object
4 properties
TaskCollaboratorsInput
object
2 properties 1 required
AttachmentUploadError
object
2 properties
Message
object
3 properties
User
TaskAttachmentDeleteResponse
object
2 properties
AttachmentUploadBadRequest
object
4 properties
AttachmentInput
object
5 properties
TaskCollaborator
object
9 properties
Label
object
7 properties
ValidationErrorArray
array
TaskInput
object
2 properties 1 required
TaskAttachmentDetail
object
25 properties
TaskUpdateInput
object
7 properties 1 required
Leave
object
11 properties
TaskAttachmentUploadResponse
object
3 properties
UserBase
object
18 properties
TaskAttachmentUploadedFile
object
26 properties
TaskAttachmentListResponse
object
5 properties
CORErrorResponse
object
3 properties
TaskCollaboratorSummary
object
Summary of a collaborator assigned to a task (used in GET /tasks/{taskid}/collaborators)
6 properties
MessageInput
object
2 properties 1 required
PaginatedTasksResponse
object
Paginated response for tasks list
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cor-tasks-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