cURL
curl --request GET \ --url https://api.nomi.tools/v1/projects \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "projects": [ { "id": "<string>", "projectCategoryId": "<string>", "name": "<string>", "notes": "<string>", "hasPlan": true, "planIncome": 123, "planOutcome": 123, "income": 123, "outcome": 123, "grossProfit": 123, "profitability": 123, "isArchived": true, "planGrossProfit": 123, "planProfitability": 123 } ], "meta": { "total": 123, "limit": 123, "offset": 123 } }
Retrieve a paginated list of projects.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Show child attributes
Current page number.
Maximum number of items per page.
Offset for pagination.
List of projects
Unique identifier for the project.
Identifier for the project category.
Name of the project.
Additional notes about the project.
Indicates if the project has a plan.
Planned income for the project.
Planned outcome for the project.
Actual income for the project.
Actual outcome for the project.
Actual gross profit for the project.
Actual profitability percentage.
Indicates if the project is archived.
Planned gross profit for the project.
Planned profitability percentage.
Total number of items.