Summary
Search projects
Description
Search projects
Route
GET /automation-studio/projects
Roles
Parameters
Name | Type | Required | Description |
---|---|---|---|
queryParameters | object | yes | Query parameters configuring the search operation, provided by query parameters to the associated HTTP endpoint |
{ "queryParameters": { "equals": { "_id": "reprehenderit deserunt", "iid": 90467156.42480093, "name": "irure fugiat occaecat enim consequat", "createdBy": "ut et", "lastUpdatedBy": "id aute" }, "in": { "_id": "sint", "iid": "veniam sunt in", "name": [], "createdBy": [], "lastUpdatedBy": [] }, "starts-with": { "name": "sit enim eiusmod sunt ipsum" }, "contains": { "name": "Duis dolor", "description": "do dolor irure proident Ut", "name,description": "anim voluptate est", "description,name": "proident" }, "sort": "iid", "order": "asc", "skip": -49981973.349902645, "limit": -9903973.102512747 } }
{ "type": "object", "properties": { "queryParameters": { "title": "queryParameters", "$ref": "projects-search-parameters" } }, "required": [ "queryParameters" ], "additionalProperties": false }
Return
Name | Type | Description |
---|---|---|
response | object | Projects |
{ "message": "sint non ex", "data": [ { "_id": "4321abcdef694aa79dae47ad", "iid": 86868802, "name": "Arista EOS Utilities", "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": "account", "reference": "62a1f3d2ebedfc54e6e0065c", "role": "editor", "missing": false, "username": "ut", "name": "nulla ullamco ex ipsum", "provenance": "dolor tempor nostrud nisi" } ], "accessControl": { "read": [ "occaecat", "nisi esse", "dolore cillum", "adipisicing dolore" ], "write": [ "Lorem consequat", "eu esse deserunt", "ad cillum pariatur id", "eiusmod sunt est tempor" ], "execute": [ "Lorem", "aliqua non" ], "manage": [ "Excepteur laborum commodo tempor eu", "pariatur", "eu ex adipisicing in Excepteur", "aliquip elit culpa reprehenderit" ] }, "componentIidIndex": 4327986, "components": [ { "iid": 53680202, "type": "template", "reference": "deserunt", "folder": "/" }, { "iid": 76361607, "type": "mopAnalyticTemplate", "reference": "Excepteur", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "4321abcdef694aa79dae47ad", "username": "aute", "provenance": "reprehenderit mollit incididunt enim irure", "missing": true }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "Pronghorn", "username": null, "provenance": "dolor labore occaecat consectetur", "missing": true }, "versionHistory": [ { "versionNumber": -47088316, "commitMessage": "dolore voluptate ut", "author": "aliqua irure nisi", "branchName": "cupidatat anim" } ], "gitConfiguration": { "connectionType": "GitHub", "repositoryPath": "dolore aute pariatur elit", "branchName": "pariatur ut aliquip", "projectPath": "Duis" } }, { "_id": "62a1f3d2ebedfc54e6e0065c", "iid": 49622746, "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": "account", "reference": "62a1f3d2ebedfc54e6e0065c", "role": "owner", "missing": true, "username": "cupidatat ex", "name": "aliquip dolore sint Ut", "provenance": "dolor culpa veniam ut laborum" }, { "type": "account", "reference": "5cb7b531d06cceb89fd21b1c", "role": "operator", "missing": false, "username": "cillum cupidatat occaecat dolor labore", "name": "et labore incididunt consequat", "provenance": "commodo voluptate adipisicing" } ], "accessControl": { "read": [ "consectetur", "esse" ], "write": [ "reprehenderit", "quis elit laborum amet mollit" ], "execute": [ "Excepteur tempor culpa deserunt dolore", "nisi consequat aliqua qui", "sunt eiusmod tempor aute" ], "manage": [ "in" ] }, "componentIidIndex": 21850057, "components": [ { "iid": 41085425, "type": "template", "reference": "veniam", "folder": "/" }, { "iid": 54990116, "type": "mopAnalyticTemplate", "reference": "quis nulla consequat officia", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "5cb7b531d06cceb89fd21b1c", "username": null, "provenance": "Ut", "missing": true }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "4321abcdef694aa79dae47ad", "username": null, "provenance": "dolor cillum dolore culpa", "missing": true }, "versionHistory": [ { "versionNumber": 93449740, "commitMessage": "mollit", "author": "Duis in Excepteur ea sint", "branchName": "in sed esse" } ], "gitConfiguration": { "connectionType": "GitLab", "repositoryPath": "veniam ex cupidatat ea", "branchName": "Ut ex nulla", "projectPath": "occaecat dolor nisi dolor" } } ], "metadata": { "skip": 74519001.67059392, "limit": -19068130.475982234, "total": -78866538.03544092, "previousPageSkip": -65976288.820296735, "nextPageSkip": null } }
{ "title": "response", "type": "object", "properties": { "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "projects-http" } }, "metadata": { "type": "object", "properties": { "skip": { "type": "number" }, "limit": { "type": "number" }, "total": { "type": "number" }, "previousPageSkip": { "oneOf": [ { "type": "null" }, { "type": "number" } ] }, "nextPageSkip": { "oneOf": [ { "type": "null" }, { "type": "number" } ] } } } } }