Gestiono
Referencia de APIAccounting / Project

Get Project by projectid

GET /v1/project/:projectId • validated by `getProjectById`

← Back to full API reference
GET/v1/project/:projectIdAuthentication required
  • Validated by Zod schema: getProjectById.

Request details

Path params

  • projectId

    Required path parameter.

Query params

  • pendingRecords

    Type: string

  • loans

    Type: string

Body fields

No body payload expected for GET endpoints.

Default payloads

Path params

json
{
  "projectId": 1
}

Query

json
{
  "pendingRecords": "string",
  "loans": "string"
}

Sample response

json
"<result>"

Test this endpoint now

Use your own credentials and execute a live request directly from this page.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

2. Select endpoint

GET/v1/project/:projectIdAuthentication required

Group: Accounting / Project

GET /v1/project/:projectId • validated by `getProjectById`

  • Validated by Zod schema: getProjectById.

Path params

  • projectIdrequired

Query params

  • pendingRecords
    Type: string
  • loans
    Type: string

3. Prepare request payload

4. Server response

Run a request to inspect the real-time response for your environment.