curl --request GET \
--url 'https://api.stateset.com/api/v1/revenue-contracts/{id}/obligations' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"allocated_amount": "49.00",
"contract_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deferred_amount": "49.00",
"description": "Two-person tent, green — replacement for damaged pole set.",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"recognition_method": "string",
"recognized_amount": "49.00"
}
]
List obligations
List obligations
GET
/
api
/
v1
/
revenue-contracts
/
{id}
/
obligations
curl --request GET \
--url 'https://api.stateset.com/api/v1/revenue-contracts/{id}/obligations' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"allocated_amount": "49.00",
"contract_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deferred_amount": "49.00",
"description": "Two-person tent, green — replacement for damaged pole set.",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"recognition_method": "string",
"recognized_amount": "49.00"
}
]
Path parameters
string
required
Revenue contract ID
Response
PerformanceObligationResponse[] — each element:
string
required
string
required
string
required
string
required
string
required
string
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/revenue-contracts/{id}/obligations' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"allocated_amount": "49.00",
"contract_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deferred_amount": "49.00",
"description": "Two-person tent, green — replacement for damaged pole set.",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"recognition_method": "string",
"recognized_amount": "49.00"
}
]
Last modified on August 31, 2026