GET /orgs/{org}/projectsV2/{project_number}/items/{item_id}

github.com:github-rest-api

Summary: Get an item for an organization owned project
Operation ID: projects/get-org-item
Auth: bearer_token
Description

Get a specific item from an organization-owned project.

Parameters (4)

fields (?, query, optional)

Limit results to specific fields, by their IDs. If not specified, the title field will be returned. Example: fields[]=123&fields[]=456&fields[]=789 or fields=123,456,789

item_id (integer, path, required)

The unique identifier of the project item.

org (string, path, required)

The organization name. The name is not case sensitive.

project_number (integer, path, required)

The project's number.

No probe data for this endpoint yet.