get https://api.sqldbm.com/projects
Return a list of projects in the SqlDBM account.
Note
Main and alternate admins can get list of active projects per plan. Archived projects and projects where modeler is not a member anymore are not displayed in the list.
Modelers can get list of own and shared projects.
Example:
{
data : [
{id: 2509, name: "My sample project"},
{id: 5464, name: "Team project"}
]
}
If there no projects, you will receive following message:
{
data : [], message: "You don’t have any projects”
}