Get a project

get/projects/{projectName}

Retrieves a specific project identified by its name.

Request Samples

1

Response Samples

1{
2 "archived": false,
3 "configurationLevel": 0,
4 "deployments": 0,
5 "description": "Project description.",
6 "flowId": "77d60de4-5950-4b2e-9971-2b1dc44a441e",
7 "friendlyName": "testProject",
8 "hasMasModules": false,
9 "majorVersion": 1,
10 "minorVersion": 0,
11 "packaged": false,
12 "production": true,
13 "promotionLevel": 0,
14 "tags": [
15 "Tag1",
16 "Tag2"
17 ],
18 "updateTime": 1675175938303,
19 "uploadTime": 1675175938303,
20 "uploadedBy": "user1",
21 "uuid": "547340017",
22 "version": 1,
23 "versionNotes": "This is the initial version."
24}

Path Parameters

NameTypeRequiredDescription
projectName
string
true

The name of the project.

Query Parameters

NameTypeRequiredDescription
version
string
true

The project's version number. The version number must include a version and promotion level. Each value must be a non-negative integer, separated with a '.' character.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No resource exists at the requested path.

Schema