curl --request GET \
--url https://api.smokeball.com/stages \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"value": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"versionId": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262",
"matter": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"stageSet": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"stage": {
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "45b94df1-1657-48b0-ae81-583b42ed52d6",
"versionId": "09d1f360-b810-4a63-acaa-5ed81a551f06",
"name": "Review contract",
"isDeleted": true,
"lastUpdated": 637847425252027400
},
"lastUpdated": 637847425252027400
}
],
"offset": 123,
"limit": 123,
"size": 123,
"first": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"previous": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"next": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"last": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}Returns a list of stage to matter mappings in the firm.
curl --request GET \
--url https://api.smokeball.com/stages \
--header 'Authorization: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"value": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"versionId": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262",
"matter": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"stageSet": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"stage": {
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "45b94df1-1657-48b0-ae81-583b42ed52d6",
"versionId": "09d1f360-b810-4a63-acaa-5ed81a551f06",
"name": "Review contract",
"isDeleted": true,
"lastUpdated": 637847425252027400
},
"lastUpdated": 637847425252027400
}
],
"offset": 123,
"limit": 123,
"size": 123,
"first": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"previous": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"next": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"last": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
}0 <= x <= 21474836471 <= x <= 500Returns items updated since a specified time (.net ticks representation of the UTC datetime).
Deprecated, use updatedSince Returns items updated since a specified time.
When request is successful. Returns a paged collection of 'MatterStage' objects.
Show child attributes
Version id of the record.
"da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262"
Current stage of the matter.
Show child attributes
Unique identifier of the stage.
"45b94df1-1657-48b0-ae81-583b42ed52d6"
Version id of the record.
"09d1f360-b810-4a63-acaa-5ed81a551f06"
Name of the stage.
"Review contract"
True when the stage is deleted.
true
Timestamp when the stage was last updated.
637847425252027400
Timestamp when the matter stage was last updated.
637847425252027400