{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Project API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects", "params": [ { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items to include in a single response." }, { "name": "filter", "value": "", "type": "query", "description": "Filter condition.\r\n - **Supported properties:** projectId, createdDateTime, locale, kind\r\n - **Operators:**\r\n - eq, ne are supported for all properties.\r\n - gt, ge, lt, le are supported for createdDateTime.\r\n - **Example:**\r\n - ```filter=projectId eq 'Jessica'``` (filter by project ID)\r\n - ```filter=kind eq 'ProfessionalVoice'``` (filter project by kind)\r\n - ```filter=locale eq 'en-US'``` (filter training set and model by locale)\r\n - ```filter=createdDateTime gt 2022-12-30T23:59:59.99Z``` (filter resource created time after 2023-11-01)" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a list of projects for the authenticated Speech service resource." }, { "info": { "name": "Microsoft Azure Get Projects Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the project identified by the given ID." }, { "info": { "name": "Microsoft Azure Put Projects Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Creates a new project." }, { "info": { "name": "Microsoft Azure Delete Projects Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "forceDelete", "value": "", "type": "query", "description": "Set this to true if you want to delete a project with model and endpoint. Otherwise, the delete operation will fail." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Deletes the project identified by the given ID. All data (like consent, training set) in this project will be deleted automatically." } ] } ], "bundled": true }