Documentation
- Getting Started
- Authentication
- Making Requests
- Resource Creation
- Searching
- Plugins
- Webhooks
Tutorials
APIs
- Activity Codes
- Archive
- Authorization
- Bank Accounts
- Contacts
- Events
- Expenses
- Fees
- Files
- Firm
- Firm Users
- Folders
- Invoices
- Layout Designs
- Layout Matter Items
- Matter Billing Configuration
- Matter Items
- Matter Types
- Matters
- Memos
- Notifications
- Plugins
- Referral Types
- Relationships
- Roles
- Staff
- Stages
- Subscription Payments
- Subscription Promotions
- Subscriptions
- Tasks
- Users
- Webhooks
Stages
Get a stage set
Returns the specified stage set.
GET
/
stagesets
/
{id}
curl --request GET \
--url https://api.smokeball.com/stagesets/{id} \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "6ccc033d-67c9-4090-8705-3aff0c5a8cfb",
"versionId": "499244ff-651f-4f66-b618-9defde27c281",
"name": "Review contract",
"isDeleted": true,
"stages": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "<string>"
},
"id": "45b94df1-1657-48b0-ae81-583b42ed52d6",
"versionId": "09d1f360-b810-4a63-acaa-5ed81a551f06",
"name": "Review contract",
"isDeleted": true,
"lastUpdated": 637847425252027400
}
],
"lastUpdated": 637847425252027400
}
Path Parameters
Response
200
application/json
When request is successful. Returns a 'StageSet' object.
Contains the stage set and stages information.
curl --request GET \
--url https://api.smokeball.com/stagesets/{id} \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "6ccc033d-67c9-4090-8705-3aff0c5a8cfb",
"versionId": "499244ff-651f-4f66-b618-9defde27c281",
"name": "Review contract",
"isDeleted": true,
"stages": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "<string>"
},
"id": "45b94df1-1657-48b0-ae81-583b42ed52d6",
"versionId": "09d1f360-b810-4a63-acaa-5ed81a551f06",
"name": "Review contract",
"isDeleted": true,
"lastUpdated": 637847425252027400
}
],
"lastUpdated": 637847425252027400
}