cURL
curl --request GET \ --url https://app.octavehq.com/api/v2/proof-point/get \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "oId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "name": "<string>", "internalName": "<string>", "description": "<string>", "deletedAt": "<string>", "archivedAt": "<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>" } }
Get Proof Point by OId
Proof Point OId
Proof Point data
Show child attributes
Request ID
"requestId"
Timestamp
"2021-01-01T00:00:00.000Z"
API usage
0
Message
"message"
Creation date
Updated date
Proof Point name
Proof Point internal name
Proof Point description
Deleted date
Archived date
stat
fact
quote
award
recognition
other
User data
The first name of the user who created the proof point
"John"
The last name of the user who created the proof point
"Doe"
Workspace data