{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Entries API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Entries", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Entries", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/entries", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Post an entry to be registered on the CodeTransparency instance." }, { "info": { "name": "Microsoft Azure Get Entries Entryid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/entries/:entryId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "embedReceipt", "value": "", "type": "query", "description": "Embed a receipt as part of the response" }, { "name": "entryId", "value": "", "type": "path", "description": "ID of the entry to retrieve." } ] }, "docs": "Get Entry with or without receipt embedded in its unprotected header" }, { "info": { "name": "Microsoft Azure Get Entries Entryid Receipt", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/entries/:entryId/receipt", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "entryId", "value": "", "type": "path", "description": "ID of the entry to retrieve." } ] }, "docs": "Get the receipt of an entry given a specific entry id." }, { "info": { "name": "Microsoft Azure Get Entries Txids", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/entries/txIds", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "from", "value": "", "type": "query", "description": "Starting Transaction Id" }, { "name": "to", "value": "", "type": "query", "description": "Ending Transaction Id" } ] }, "docs": "Historical query to get a list of entries of a given range" } ] } ], "bundled": true }