Projects
This page provides comprehensive information and documentation on a set of API methods specifically designed to handle projects in the Integrator.
GET
List Projects
GET
List ProjectsThis method is used to list all projects associated with a partner, providing information such as their running state, project slug, ID, and more.
Path: /api/nifi/project/list?partnerId=<partnerId>
Prod Integrator:
https://flow.entegrator.akinon.net:3000/api/nifi/project/list
Dev Integrator:
https://flow-dev.entegrator.akinon.net:3000/api/nifi/project/list
Query Parameters
partnerId
query
Partner identifier
✓
Authentication
header
Auth token for current user
✓
Example Response (200 OK)
id
: Flow identifierstate
: Current state of the flow, possible responses are: RUNNING, STOPPEDname
: Project name!projectSlug
: Project slug name!projectId
: Project ID
Response Errors
Status Code 401: This status code is returned when the token is incorrect or the Authentication header is missing.
Status Code 400: This status code is returned when the required fields are missing or incorrect.
Last updated
Was this helpful?