Get the list of incremental plan
Get the list of incremental plans for the plan id
Path Parameters
- planId number required
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
incrementalPlans object[]
id int32name string
{
"incrementalPlans": [
{
"id": 0,
"name": "string"
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...