nexigon_api.projects.QueryProjectsOutput
Output of querying the projects of the instance.
projects object[]required
Array [
projectIdnexigon_api.projects.ProjectId (string)required
Unique ID of a project.
namestringrequired
]
nexigon_api.projects.QueryProjectsOutput
{
"projects": [
{
"projectId": "string",
"name": "string"
}
]
}