{ "opencollection": "1.0.0", "info": { "name": "metadata-api AWSAccount SampleData API", "version": "1.2" }, "items": [ { "info": { "name": "SampleData", "type": "folder" }, "items": [ { "info": { "name": "List Sample Data", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/", "params": [ { "name": "is_active", "value": "", "type": "query" }, { "name": "is_public", "value": "", "type": "query" }, { "name": "aws_account_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all sample data" }, { "info": { "name": "Add Sample Data", "type": "http" }, "http": { "method": "POST", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a new sample data" }, { "info": { "name": "Get Sample Data", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/:sample_data_id/", "params": [ { "name": "sample_data_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Sample Data details by id" }, { "info": { "name": "Update sample data", "type": "http" }, "http": { "method": "PUT", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/:sample_data_id/", "params": [ { "name": "sample_data_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update sample data details by id" }, { "info": { "name": "Delete sample data", "type": "http" }, "http": { "method": "DELETE", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/:sample_data_id/", "params": [ { "name": "sample_data_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a sample data record" }, { "info": { "name": "Get Sample Data", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/internal/sample_data/ext/:sample_data_id/", "params": [ { "name": "sample_data_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Sample Data details by id" }, { "info": { "name": "Get Sample Data", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/public/sample_data/:sample_data_id/", "params": [ { "name": "sample_data_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Sample Data details by id" }, { "info": { "name": "List Sample Data", "type": "http" }, "http": { "method": "GET", "url": "https://metadata-services.algoseek.com/api/v1/api/v1/public/sample_data/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all sample data" } ] } ], "bundled": true }