List a programme's velocity controls
GET
/v1/programs/{id}/velocity-controlsRequires an API client bearer token.
Lists the velocity (rolling-window count/amount) rules placed on this programme (scope fixed to the programme by the path). Unpaginated upstream, so this always answers `has_more: false, next_cursor: null`.
Parameters
Path parameters
| Name | Required | Description |
|---|---|---|
| id | required |
Example
curl https://api.rigid.fi/v1/programs/{id}/velocity-controls \
-H "Authorization: Bearer $RIGID_API_TOKEN"Responses
200The programme's velocity controls.
dataarray of objectrequired
+ show properties− hide properties
window"hour" | "day" | "month"required
max_countinteger
max_amountstring
idstringrequired
has_morebooleanrequired
next_cursorstring | nullrequired
400Validation error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
401Authentication required
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
403Forbidden
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
404Programme not found
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
500Internal server error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring