{ "opencollection": "1.0.0", "info": { "name": "Evrim answers bulk API", "version": "0.5.18" }, "items": [ { "info": { "name": "bulk", "type": "folder" }, "items": [ { "info": { "name": "bulk_collections_profiles_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/bulk/collections/profiles/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add multiple profiles to a collection" }, { "info": { "name": "bulk_templates_profiles_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/bulk/templates/profiles/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "bulk_templates_profiles_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/bulk/templates/profiles/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "bulk_templates_profiles_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/bulk/templates/profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this bulk job." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }