Referencia de APIAccounting / Project Get Project by projectid
GET /v1/project/:projectId • validated by `getProjectById`
← Back to full API referenceGET/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
Query
{
"pendingRecords": "string",
"loans": "string"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
GET/v1/project/:projectIdAuthentication required
Group: Accounting / Project
GET /v1/project/:projectId • validated by `getProjectById`
- Validated by Zod schema: getProjectById.
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.