Get a list of projects
Your application can retrieve a list of existing projects by using the getProjects task.
A project can be optionally specified when creating a topic. This task returns the ProjectList value object that always includes a value called Unassigned with ID 0.
ProjectList JSON
{
"topicsServiceContext": {
TopicServiceContent
},
"projects": [ “string”
]
}
Parent topic: Tasks