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