{ "opencollection": "1.0.0", "info": { "name": "ComboCurve REST v1 custom-columns v1 ownership-qualifiers API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "v1 ownership-qualifiers", "type": "folder" }, "items": [ { "info": { "name": "get-ownership-qualifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.combocurve.com/v1/ownership-qualifiers", "params": [ { "name": "skip", "value": "", "type": "query", "description": "number of items to skip" }, { "name": "take", "value": "", "type": "query", "description": "max records to return" }, { "name": "sort", "value": "", "type": "query", "description": "field to sort by, including + or - at the beginning for ascending or descending order, respectively" }, { "name": "cursor", "value": "", "type": "query", "description": "used in pagination to get the next page" }, { "name": "createdAt", "value": "", "type": "query", "description": "filter by createdAt - Operator values are [lt] = less than, [le] = less than or equal, [gt] = greater than, [ge] = greater than or equal, no operator = equal. Example createdAt[gt]=2018-01-01T00:00:00Z" }, { "name": "chosenID", "value": "", "type": "query", "description": "filter by chosenID" }, { "name": "qualifierKey", "value": "", "type": "query", "description": "filter by qualifierKey" }, { "name": "updatedAt", "value": "", "type": "query", "description": "filter by updatedAt - Operator values are [lt] = less than, [le] = less than or equal, [gt] = greater than, [ge] = greater than or equal, no operator = equal. Example updatedAt[gt]=2018-01-01T00:00:00Z" }, { "name": "well", "value": "", "type": "query", "description": "filter by well" } ] }, "docs": "Returns a list of ownership qualifiers documents." }, { "info": { "name": "post-ownership-qualifiers", "type": "http" }, "http": { "method": "POST", "url": "https://api.combocurve.com/v1/ownership-qualifiers", "body": { "type": "json", "data": "{}" } }, "docs": "Inserts a list of ownership qualifiers documents." }, { "info": { "name": "put-ownership-qualifiers", "type": "http" }, "http": { "method": "PUT", "url": "https://api.combocurve.com/v1/ownership-qualifiers", "body": { "type": "json", "data": "{}" } }, "docs": "Replace or create a list of ownership qualifiers documents." }, { "info": { "name": "head-ownership-qualifiers", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.combocurve.com/v1/ownership-qualifiers", "params": [ { "name": "skip", "value": "", "type": "query", "description": "number of items to skip" }, { "name": "take", "value": "", "type": "query", "description": "max records to return" }, { "name": "createdAt", "value": "", "type": "query", "description": "filter by createdAt - Operator values are [lt] = less than, [le] = less than or equal, [gt] = greater than, [ge] = greater than or equal, no operator = equal. Example createdAt[gt]=2018-01-01T00:00:00Z" }, { "name": "chosenID", "value": "", "type": "query", "description": "filter by chosenID" }, { "name": "qualifierKey", "value": "", "type": "query", "description": "filter by qualifierKey" }, { "name": "updatedAt", "value": "", "type": "query", "description": "filter by updatedAt - Operator values are [lt] = less than, [le] = less than or equal, [gt] = greater than, [ge] = greater than or equal, no operator = equal. Example updatedAt[gt]=2018-01-01T00:00:00Z" }, { "name": "well", "value": "", "type": "query", "description": "filter by well" } ] }, "docs": "Returns metadata about the existing ownership qualifiers documents." }, { "info": { "name": "get-ownership-qualifiers-by-id", "type": "http" }, "http": { "method": "GET", "url": "https://api.combocurve.com/v1/ownership-qualifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the ownership qualifier document that matches the given id." } ] } ], "bundled": true }