curl --request GET \
--url https://app.octavehq.com/api/v2/use-case/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"total": 123,
"data": [
{
"oId": "uc_1234",
"createdAt": "2021-01-01",
"user": {
"oId": "<string>",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "<string>"
},
"updatedAt": "2021-01-01",
"deletedAt": "2021-01-01",
"archivedAt": "2021-01-01",
"name": "Use Case Name",
"internalName": "Use Case Internal Name",
"description": "Use Case Description",
"primaryUrl": "https://www.use-case.com",
"active": true,
"data": {
"summary": "<string>",
"scenarios": [
"<string>"
],
"desiredOutcomes": [
"<string>"
],
"businessDrivers": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"scenarios": [
"<string>"
],
"desiredOutcomes": [
"<string>"
]
}
]
}List Use Cases
curl --request GET \
--url https://app.octavehq.com/api/v2/use-case/list \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"total": 123,
"data": [
{
"oId": "uc_1234",
"createdAt": "2021-01-01",
"user": {
"oId": "<string>",
"firstName": "John",
"lastName": "Doe"
},
"workspace": {
"oId": "<string>"
},
"updatedAt": "2021-01-01",
"deletedAt": "2021-01-01",
"archivedAt": "2021-01-01",
"name": "Use Case Name",
"internalName": "Use Case Internal Name",
"description": "Use Case Description",
"primaryUrl": "https://www.use-case.com",
"active": true,
"data": {
"summary": "<string>",
"scenarios": [
"<string>"
],
"desiredOutcomes": [
"<string>"
],
"businessDrivers": [
"<string>"
],
"customFields": [
{
"title": "<string>",
"value": [
"<string>"
]
}
]
},
"scenarios": [
"<string>"
],
"desiredOutcomes": [
"<string>"
]
}
]
}Text search query
Limit
Offset
Product OId
Playbook OId
OIds
["123", "456"]Use Case data
Total number of use cases
Show child attributes
The ID of the use case
1"uc_1234"
The date and time the use case was created
"2021-01-01"
The date and time the use case was updated
"2021-01-01"
The date and time the use case was deleted
"2021-01-01"
The date and time the use case was archived
"2021-01-01"
The name of the use case
"Use Case Name"
The internal name of the use case
"Use Case Internal Name"
The description of the use case
"Use Case Description"
The primary URL of the use case
"https://www.use-case.com"
Whether the use case is active and can be used
true
Show child attributes
Summary
Scenarios
Desired Outcomes
Business Drivers
Scenarios
Desired Outcomes