curl --request GET \
--url https://app.octavehq.com/api/v2/competitor/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"hasNext": false,
"total": 0,
"data": [
{
"oId": "<string>",
"createdAt": "<string>",
"name": "<string>",
"internalName": "<string>",
"description": "<string>",
"shared": true,
"updatedAt": "<string>",
"deletedAt": "<string>",
"archivedAt": "<string>",
"active": true,
"data": {
"businessModel": [
"<string>"
],
"comparativeStrengths": [
"<string>"
],
"comparativeWeaknesses": [
"<string>"
],
"keyDifferentiators": [
"<string>"
],
"reasonsWeWin": [
"<string>"
],
"customersWeWon": [
"<string>"
],
"customersWeSwitched": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"user": {
"oId": "<string>",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "<string>"
}
}
]
}List competitors with optional filtering and pagination
curl --request GET \
--url https://app.octavehq.com/api/v2/competitor/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"hasNext": false,
"total": 0,
"data": [
{
"oId": "<string>",
"createdAt": "<string>",
"name": "<string>",
"internalName": "<string>",
"description": "<string>",
"shared": true,
"updatedAt": "<string>",
"deletedAt": "<string>",
"archivedAt": "<string>",
"active": true,
"data": {
"businessModel": [
"<string>"
],
"comparativeStrengths": [
"<string>"
],
"comparativeWeaknesses": [
"<string>"
],
"keyDifferentiators": [
"<string>"
],
"reasonsWeWin": [
"<string>"
],
"customersWeWon": [
"<string>"
],
"customersWeSwitched": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"user": {
"oId": "<string>",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "<string>"
}
}
]
}Filter by competitor OIds
Filter by product OId
Text search query
Limit
Offset
Competitor list data
Whether there are more results
false
Total number of results
0
Show child attributes
Competitor OId
Creation date
Competitor name
Competitor internal name
Competitor description
Updated date
Deleted date
Archived date
Show child attributes