curl --request GET \
--url https://app.octavehq.com/api/v2/proof-point/get \
--header 'api_key: <api-key>'
{
"_metadata": {
"usage": 0,
"requestId": "requestId",
"message": "message",
"timestamp": "2021-01-01T00:00:00.000Z"
},
"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>"
},
"workspace": {
"oId": "<string>"
}
}
Get Proof Point by OId
curl --request GET \
--url https://app.octavehq.com/api/v2/proof-point/get \
--header 'api_key: <api-key>'
{
"_metadata": {
"usage": 0,
"requestId": "requestId",
"message": "message",
"timestamp": "2021-01-01T00:00:00.000Z"
},
"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>"
},
"workspace": {
"oId": "<string>"
}
}
Proof Point OId
Proof Point data
The response is of type object
.