{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector TeamsRequestForInformation API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "TeamsRequestForInformation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get List Of Requests For Information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/teamsRequestsForInformation", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "top", "value": "", "type": "query", "description": "The number of result items to return." }, { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items per page." }, { "name": "filter", "value": "", "type": "query", "description": "Filter the result list using the given expression" }, { "name": "countRecords", "value": "", "type": "query", "description": "Whether to return a count of the total number of records available for this request." } ] }, "docs": "Get list of Requests for Information with details." }, { "info": { "name": "Microsoft Azure Get Request For Information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/teamsRequestsForInformation/:tenantId", "headers": [ { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "If-Unmodified-Since", "value": "" }, { "name": "If-Modified-Since", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "tenantId", "value": "", "type": "path", "description": "The Teams tenant ID which generated this Request for Information." } ] }, "docs": "Get details of a specific Request for Information using its ID." }, { "info": { "name": "Microsoft Azure Create Or Update Request For Information", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/teamsRequestsForInformation/:tenantId", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "If-Unmodified-Since", "value": "" }, { "name": "If-Modified-Since", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "tenantId", "value": "", "type": "path", "description": "The Teams tenant ID which generated this Request for Information." } ] }, "docs": "Create of update the details of a Request for Information." } ] } ], "bundled": true }