GetItDoneGetItDone Docs

Get a project

Fetches a single project by id, scoped to the credential's organization. A project id from another organization (or an unknown id) answers 404 `resource_not_found` — no cross-org existence oracle.

GET
/v1/projects/{project_id}

Fetches a single project by id, scoped to the credential's organization. A project id from another organization (or an unknown id) answers 404 resource_not_found — no cross-org existence oracle.

Authorization

bearerAuth
AuthorizationBearer <token>

A gid_ API key (Settings → API keys) or an OAuth 2.1 access token.

In: header

Path Parameters

project_id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/projects/string"
{  "id": "string",  "name": "string",  "description": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}