{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Table API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Table", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Tables", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Tables", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" } ], "params": [ { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "$select", "value": "", "type": "query", "description": "Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\"." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression." }, { "name": "NextTableName", "value": "", "type": "query", "description": "A table query continuation token from a previous call." } ] }, "docs": "Queries tables under the given account." }, { "info": { "name": "Microsoft Azure Post Tables", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Tables", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." } ] }, "docs": "Creates a new table under the given account." }, { "info": { "name": "Microsoft Azure Delete Tables Table", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Tables(':table')", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "table", "value": "", "type": "path", "description": "The name of the table." } ] }, "docs": "Operation permanently deletes the specified table." }, { "info": { "name": "Microsoft Azure Get Table", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:table()", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "$select", "value": "", "type": "query", "description": "Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\"." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "NextPartitionKey", "value": "", "type": "query", "description": "An entity query continuation token from a previous call." }, { "name": "NextRowKey", "value": "", "type": "query", "description": "An entity query continuation token from a previous call." } ] }, "docs": "Queries entities in a table." }, { "info": { "name": "Microsoft Azure Get Table Partitionkey Partitionkey ,rowkey Rowkey", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:table(PartitionKey=':partitionKey',RowKey=':rowKey')", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "$select", "value": "", "type": "query", "description": "Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\"." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "partitionKey", "value": "", "type": "path", "description": "The partition key of the entity." }, { "name": "rowKey", "value": "", "type": "path", "description": "The row key of the entity." } ] }, "docs": "Queries a single entity in a table." }, { "info": { "name": "Microsoft Azure Put Table Partitionkey Partitionkey ,rowkey Rowkey", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:table(PartitionKey=':partitionKey',RowKey=':rowKey')", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" }, { "name": "If-Match", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "partitionKey", "value": "", "type": "path", "description": "The partition key of the entity." }, { "name": "rowKey", "value": "", "type": "path", "description": "The row key of the entity." } ] }, "docs": "Update entity in a table." }, { "info": { "name": "Microsoft Azure Patch Table Partitionkey Partitionkey ,rowkey Rowkey", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:table(PartitionKey=':partitionKey',RowKey=':rowKey')", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" }, { "name": "If-Match", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "partitionKey", "value": "", "type": "path", "description": "The partition key of the entity." }, { "name": "rowKey", "value": "", "type": "path", "description": "The row key of the entity." } ] }, "docs": "Merge entity in a table." }, { "info": { "name": "Microsoft Azure Delete Table Partitionkey Partitionkey ,rowkey Rowkey", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:table(PartitionKey=':partitionKey',RowKey=':rowKey')", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" }, { "name": "If-Match", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "partitionKey", "value": "", "type": "path", "description": "The partition key of the entity." }, { "name": "rowKey", "value": "", "type": "path", "description": "The row key of the entity." } ] }, "docs": "Deletes the specified entity in a table." }, { "info": { "name": "Microsoft Azure Get Table", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:table", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "comp", "value": "", "type": "query", "description": "Required query string to handle stored access policies for the table that may be used with Shared Access Signatures." } ] }, "docs": "Retrieves details about any stored access policies specified on the table that may be used with Shared Access Signatures." }, { "info": { "name": "Microsoft Azure Post Table", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:table", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" }, { "name": "DataServiceVersion", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "$format", "value": "", "type": "query", "description": "Specifies the media type for the response." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." } ] }, "docs": "Insert entity in a table." }, { "info": { "name": "Microsoft Azure Put Table", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:table", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query", "description": "The timeout parameter is expressed in seconds." }, { "name": "table", "value": "", "type": "path", "description": "The name of the table." }, { "name": "comp", "value": "", "type": "query", "description": "Required query string to handle stored access policies for the table that may be used with Shared Access Signatures." } ] }, "docs": "Sets stored access policies for the table that may be used with Shared Access Signatures." } ] } ], "bundled": true }