Skip to main content

Gets a project by ID

GET /v1/project/{projectID}

Summary

Gets a project by ID.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
projectIDpathinteger (int64)YesThe project ID.1

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • key (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"
}