You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Manage projects

project-management/projects@2.0.0
2 providers

List Projects

List projects in project management systems.

Result
ID of the project.
Name of the project.

1.Choose a provider

2.Use ListProjects with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Result (list of objects)

id
ID of the project.
name
Name of the project.

Example

Implementation details

Provider
mock
Use case
ListProjects
Author
@superface
Source
Verified