{ "opencollection": "1.0.0", "info": { "name": "Evrim answers costs API", "version": "0.5.18" }, "items": [ { "info": { "name": "costs", "type": "folder" }, "items": [ { "info": { "name": "costs_answer_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/answer/", "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": "costs_answer_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/answer/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this answer." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "costs_average_answer_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/average/answer/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get avg answer cost for all answers" }, { "info": { "name": "costs_average_field_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/average/field/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get avg field cost for all fields" }, { "info": { "name": "costs_average_field_type_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/average/field/type/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get avg field cost for all fields by field type" }, { "info": { "name": "costs_created_field_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/created-field/", "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": "costs_created_field_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/created-field/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this created field." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "costs_snapshot_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/costs/snapshot/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this snapshot." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }