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": "do laboris ipsum id", "iid": -30738994.24576156, "name": "voluptate dolore fugiat", "createdBy": "nostrud fugiat et voluptate", "lastUpdatedBy": "velit eiusmod laborum in aliquip" }, "in": { "_id": "et", "iid": [], "name": "sit", "createdBy": "in cillum in nisi ex", "lastUpdatedBy": [] }, "starts-with": { "name": "consectetur pariatur ex ut" }, "contains": { "name": "laboris ut", "description": "elit est", "name,description": "eu cillum", "description,name": "dolor elit" }, "sort": "_id", "order": "asc", "skip": "fugiat et exercitation dolore ullamco", "limit": "ut ex labore aute esse" } }
{ "type": "object", "properties": { "queryParameters": { "title": "queryParameters", "$ref": "projects-search-parameters" } }, "required": [ "queryParameters" ], "additionalProperties": false }
Return
| Name | Type | Description |
|---|---|---|
| response | object | Projects |
{ "message": "aliqua commodo minim", "data": [ { "_id": "62a1f3d2ebedfc54e6e0065c", "iid": 64391053, "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": "group", "reference": "62a1f3d2ebedfc54e6e0065c", "role": "viewer", "missing": true, "username": "nisi esse", "name": "cupidatat proident ipsum id nostrud", "provenance": "laborum commodo" }, { "type": "group", "reference": "5cb7b531d06cceb89fd21b1c", "role": "editor", "missing": true, "username": "do fugiat ut dolor Duis", "name": "dolore laboris", "provenance": "pariatur officia cupidatat sunt" } ], "accessControl": { "read": [ "Ut exercitation Lorem in", "cillum cupidatat reprehenderit", "exercitation do quis in enim" ], "write": [ "nulla" ], "execute": [ "officia Lorem ullamco sint", "quis", "voluptate fugiat in esse ullamco" ], "manage": [ "sunt labore", "ullamco sit ex", "reprehenderit aliquip", "ut", "ea eiusmod officia" ] }, "componentIidIndex": 72095242, "components": [ { "iid": 78102642, "type": "transformation", "reference": "deserunt", "folder": "/" }, { "iid": 5090425, "type": "template", "reference": "magna", "folder": "/" }, { "iid": 93288851, "type": "mopAnalyticTemplate", "reference": "consectetur id", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "4321abcdef694aa79dae47ad", "username": "cillum", "provenance": "veniam laboris est consectetur", "missing": false }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "Pronghorn", "username": null, "provenance": "cillum magna", "missing": false }, "versionHistory": [ { "versionNumber": 89690945, "commitMessage": "dolore cupidatat dolor ullamco et", "author": "ut dolor Lorem ut aute", "branchName": "commodo cillum adipisicing" } ], "gitConfiguration": { "connectionType": "GitLab", "repositoryPath": "Lorem", "branchName": "sit", "projectPath": "quis ullamco ipsum deserunt" } }, { "_id": "62a1f3d2ebedfc54e6e0065c", "iid": 40796761, "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": "group", "reference": "5cb7b531d06cceb89fd21b1c", "role": "editor", "missing": true, "username": "id", "name": "enim dolore sint dolor", "provenance": "tempor" }, { "type": "group", "reference": "4321abcdef694aa79dae47ad", "role": "owner", "missing": false, "username": "laboris proident eu occaecat", "name": "ut non", "provenance": "sit mollit do tempor Ut" } ], "accessControl": { "read": [ "exercitation", "ipsum in nostrud magna sint", "ipsum fugiat anim" ], "write": [ "veniam aliquip", "officia eiusmod" ], "execute": [ "ipsum id veniam dolor tempor", "sint in culpa", "cupidatat elit in", "aliqua qui do adipisicing" ], "manage": [ "officia elit eu magna", "tempor ad", "pariatur irure eiusmod anim do", "est dolore sit" ] }, "componentIidIndex": 73169672, "components": [ { "iid": 80796946, "type": "mopCommandTemplate", "reference": "qui culpa sunt ea cupidatat", "folder": "/" }, { "iid": 1337705, "type": "workflow", "reference": "incididunt ullamco", "folder": "/" }, { "iid": 18378097, "type": "workflow", "reference": "quis voluptate incididunt", "folder": "/" }, { "iid": 60431946, "type": "workflow", "reference": "ea consequat deserunt elit dolor", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "Pronghorn", "username": null, "provenance": "non amet est irure cupidatat", "missing": true }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "Pronghorn", "username": null, "provenance": "deserunt", "missing": true }, "versionHistory": [ { "versionNumber": 52674943, "commitMessage": "commodo", "author": "proident sint", "branchName": "dolor deserunt culpa" }, { "versionNumber": 82591173, "commitMessage": "eu ipsum", "author": "sunt qui", "branchName": "sint occaecat cupidatat" } ], "gitConfiguration": { "connectionType": "GitLab", "repositoryPath": "consequat dolor in est in", "branchName": "dolor ullamco", "projectPath": "deserunt" } } ], "metadata": { "skip": -89885936.2681812, "limit": 53397169.809110194, "total": -26988457.422938734, "previousPageSkip": null, "nextPageSkip": -93262033.43978335 } }
{ "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" } ] } } } } }