curl --request GET \
--url https://app.octavehq.com/api/v2/reference/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"data": [
{
"oId": "r_1234",
"createdAt": "2021-01-01",
"data": {
"howTheyMakeMoney": "<string>",
"howTheyUseProduct": "<string>",
"howTheyBenefitFromProduct": "<string>",
"emailSnippets": [
"<string>"
],
"howWeImpactedTheirBusiness": [
"<string>"
],
"keyStats": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"user": {
"oId": "u_1234",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "w_1234"
},
"name": "Large filesharing service",
"internalName": "Dropbox",
"updatedAt": "2021-01-01",
"deletedAt": "2021-01-01",
"archivedAt": "2021-01-01",
"description": "Description of the reference",
"active": true,
"unrecognized": false
}
],
"total": 123
}List References
curl --request GET \
--url https://app.octavehq.com/api/v2/reference/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"data": [
{
"oId": "r_1234",
"createdAt": "2021-01-01",
"data": {
"howTheyMakeMoney": "<string>",
"howTheyUseProduct": "<string>",
"howTheyBenefitFromProduct": "<string>",
"emailSnippets": [
"<string>"
],
"howWeImpactedTheirBusiness": [
"<string>"
],
"keyStats": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"user": {
"oId": "u_1234",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "w_1234"
},
"name": "Large filesharing service",
"internalName": "Dropbox",
"updatedAt": "2021-01-01",
"deletedAt": "2021-01-01",
"archivedAt": "2021-01-01",
"description": "Description of the reference",
"active": true,
"unrecognized": false
}
],
"total": 123
}Text to search for
Limit the number of results
Offset the results
Product OId
Playbook OId
OIds
Reference data
Show child attributes
The ID of the reference
1"r_1234"
The date and time the reference was created
"2021-01-01"
Show child attributes
The external facing name of the reference
"Large filesharing service"
The internal name of the reference
"Dropbox"
The date and time the reference was updated
"2021-01-01"
The date and time the reference was deleted
"2021-01-01"
The date and time the reference was archived
"2021-01-01"
The description of the reference
"Description of the reference"
Whether the reference is active and can be used
true
Whether the reference is unrecognized
false
Total number of results