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

Ninety.io Issues API

The Issues API from Ninety.io — 3 operation(s) for issues.

Ninety.io Issues API is one of 7 APIs that Ninety.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Issues. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 5 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against the base URL https://api.public.ninety.io/v1.

5 operations 3 paths 6 schemas 1 DELETE1 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.public.ninety.io/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Ninety.io Issues API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (JWT). By default, every request must be authenticated.

  • JWT — Personal Access Token — generate one at https://app.ninety.io/settings/user/developer-settings

Paths & Operations 5

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

Issues 5
POST
/v1/issues/query
Query Issues
PublicIssueController_queryIssues body → 200
GET
/v1/issues/{issueId}
Get an Issue by Id
PublicIssueController_getIssue 1 param → 200
PATCH
/v1/issues/{issueId}
Update an Issue
PublicIssueController_updateIssue 1 param body → 200
DELETE
/v1/issues/{issueId}
Delete an Issue
PublicIssueController_deleteIssue 1 param → 204
POST
/v1/issues
Create an Issue
PublicIssueController_createIssue body → 201

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are IssueResponseDTO (15 properties), GetIssuesQueryDTO (7 properties), UpdateIssueDTO (6 properties), IssuesQueryParamsResponseDTO (5 properties). Each schema is shown below with its type and property counts.

IssueResponseDTO
object
15 properties
PaginatedIssuesResponseDTO
object
3 properties 2 required
CreateIssueDTO
object
5 properties 2 required
UpdateIssueDTO
object
6 properties
IssuesQueryParamsResponseDTO
object
5 properties
GetIssuesQueryDTO
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ninetyio-issues-api-openapi.yml Raw ↑

Other APIs Ninety.io publishes across the network.

Ninety.io Milestones API
Ninety.io Rocks API
Ninety.io Scorecard API
Ninety.io Teams API
Ninety.io To-Dos API
Ninety.io Users API