Summary
Gets a single Project
Description
Gets a single Project
Route
GET /automation-studio/projects/:projectId
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
projectId |
string |
yes |
Project identifier |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
API response body |
Copied to Clipboard
{
"message": "labore",
"data": {
"_id": "5cb7b531d06cceb89fd21b1c",
"iid": 15768023,
"name": "Firewall Service Provisioning",
"description": "This project is comprised of two major elements: 1) Workflows handling customer self-service, and 2) Workflows used by operations teams to provision service internally",
"members": [
{
"type": "group",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "operator",
"missing": false,
"username": "ad officia proident",
"name": "labore laboris eiusmod est",
"provenance": "mollit anim laborum enim"
},
{
"type": "account",
"reference": "4321abcdef694aa79dae47ad",
"role": "editor",
"missing": false,
"username": "voluptate",
"name": "sint Lorem mollit nulla",
"provenance": "nostrud in minim enim"
},
{
"type": "account",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "viewer",
"missing": true,
"username": "esse",
"name": "deserunt consectetur Duis enim sunt",
"provenance": "sit aliquip"
}
],
"accessControl": {
"read": [
"pariatur dolor",
"quis dolore Ut ut qui",
"incididunt veniam amet do dolor",
"eu est"
],
"write": [
"do ut consequat officia"
],
"execute": [
"anim",
"exercitation dolor deserunt fugiat non"
],
"manage": [
"consectetur commodo mollit"
]
},
"componentIidIndex": 24788761,
"components": [
{
"iid": 20074233,
"type": "mopCommandTemplate",
"reference": "dolore",
"folder": "/"
},
{
"iid": 8230137,
"type": "jsonForm",
"reference": "aliqua sunt veniam Excepteur",
"folder": "/"
}
],
"created": "2019-11-25T22:51:39.201Z",
"createdBy": {
"_id": "5cb7b531d06cceb89fd21b1c",
"username": null,
"provenance": "Lorem",
"missing": false
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": "occaecat exercitation",
"provenance": "est deserunt dolor consectetur enim",
"missing": true
},
"versionHistory": [
{
"versionNumber": 48586361,
"commitMessage": "occaecat pariatur laborum",
"author": "adipisicing cillum labore",
"branchName": "est aliquip quis in"
}
],
"gitConfiguration": {
"connectionType": "GitHub",
"repositoryPath": "enim",
"branchName": "occaecat est Duis",
"projectPath": "in non reprehenderit"
}
}
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}