Gets the project list
GET /v1/project/list
Summary
Gets the project list.
Details
Returns projects associated with the authenticated user.
The previously intended shared-project query behavior is currently commented out.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
- array of
Projectkey(integer (int64), optional)projectName(string, optional)description(string, optional)userGroupID(integer (int64), optional)deviceGroupID(integer (int64), optional)conferenceURL(string, optional)creationDate(string (date-time), optional)
Example
[
{
"key": 301,
"projectName": "RemoteWorker",
"description": "Example description",
"userGroupID": 1,
"deviceGroupID": 1,
"conferenceURL": "https://api.actionstreamer.com/example",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]