{ "opencollection": "1.0.0", "info": { "name": "Evrim answers templates API", "version": "0.5.18" }, "items": [ { "info": { "name": "templates", "type": "folder" }, "items": [ { "info": { "name": "templates_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/templates/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/templates/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this template." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/prod/v0/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this template." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/prod/v0/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this template." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/prod/v0/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this template." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "templates_profiles_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/templates/:template_id/profiles/", "params": [ { "name": "include_answers", "value": "", "type": "query", "description": "Include answers in the response" }, { "name": "include_fields", "value": "", "type": "query", "description": "Include fields in the response" }, { "name": "include_snapshots", "value": "", "type": "query", "description": "Include snapshots in the response" }, { "name": "template_id", "value": "", "type": "path", "description": "Template id" }, { "name": "to_records", "value": "", "type": "query", "description": "Transform the snapshot fields into a list of records" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }