TeamGriddeveloper
get/project-statementsRead operation

List project statements

Use this operation to list project statements. It returns only resources visible to the credential and applies the documented filters before producing a bounded, stable page. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request. Finance-protected fields are omitted or rejected unless the credential also has the documented finance scope.

Required scopes
project-statements:read
Interactive request builder

Prepare this request

Build locally · nothing is sent
Region
Generated cURL

The builder does not execute requests or persist credentials. Replace the environment-variable placeholder only in your terminal or secret-aware runtime.

Query parameters

11
cursor
string

Opaque cursor returned in meta.page.nextCursor.

limit
integer

Maximum number of records to return in this page. The response may contain fewer records.

archived
boolean

Return archived resources instead of active resources.

projectId
string

Filter project statements by project id.

productId
string

Filter project statements by product id.

createdBy
string

Filter project statements by their creator id.

dateFrom
string

Include statements dated at or after this time.

dateTo
string

Include statements dated at or before this time.

createdAtFrom
string

Include statements created at or after this time.

createdAtTo
string

Include statements created at or before this time.

type
string

Filter by statement type. Budget requires project-statements:finance:read.

budgetbundlemanualproduct

Responses

6
200A bounded page of resources visible to the credential, with request metadata and an opaque cursor when another page is available.application/json
Response schemaapplication/json
required
array<ProjectStatement>

Budget statements and purchasePrice are finance-gated. Internal workflow, order, cart, and budget-rollup fields are never part of this public DTO.

required
object
400The request is invalid.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

401The bearer credential is missing, invalid, expired, or revoked.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

403The credential has insufficient scope.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

429The credential or source exceeded its rate limit.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

503A required cell-local dependency is unavailable.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.