nexigon_api.users.QueryUserProjectsOutput
Output of querying the projects of a user.
projects object[]required
Array [
projectIdnexigon_api.projects.ProjectId (string)required
Unique ID of a project.
namestringrequired
devicesinteger<uint32>required
]
nexigon_api.users.QueryUserProjectsOutput
{
"projects": [
{
"projectId": "string",
"name": "string",
"devices": 0
}
]
}