Gets a project by name
POST /v1/project/name
Summary
Gets a project by name.
Details
Request body: JSON object containing the project name in value.
This lookup uses project name.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
Required: Yes
application/json
value(string, optional)
Example
{
"value": "Example value"
}
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"
}