cURL
curl --request GET \ --url https://app.octavehq.com/api/v2/proof-point/list \ --header 'api_key: <api-key>'
{ "_metadata": { "usage": 0, "requestId": "requestId", "message": "message", "timestamp": "2021-01-01T00:00:00.000Z" }, "hasNext": false, "total": 0, "data": [ { "oId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>", "archivedAt": "<string>", "name": "<string>", "internalName": "<string>", "description": "<string>", "active": true, "data": { "howWeTalkAboutThis": [ "<string>" ], "whyThisMatters": [ "<string>" ], "type": "stat", "customFields": [ { "title": "<string>", "value": [ "<string>" ] } ] }, "user": { "oId": "<string>", "firstName": "John", "lastName": "Doe" }, "workspace": { "oId": "<string>" } } ] }
List proof points with optional filtering and pagination
Filter by proof point OIds
Filter by product OId
Text search query
Limit
Offset
Proof Point list data
Show child attributes
Whether there are more results
false
Total number of results
0
Array of proof points