Pieces
The catalog a definition is written in.
| Endpoint | Path | |
|---|---|---|
GET | List the piece catalog | /api/pieces |
GET | Report where the served catalog comes from | /api/pieces/catalog-status |
GET | Get one piece | /api/pieces/{id} |
GET | Get one action's schema, narrowed | /api/pieces/{id}/actions/{actionId} |
GET | Get one trigger's schema, narrowed | /api/pieces/{id}/triggers/{triggerId} |
POST | Resolve a property's dynamic sub-schema | /api/pieces/{id}/actions/{actionId}/properties/{propertyName} |
POST | Resolve a dropdown property's options | /api/pieces/{id}/actions/{actionId}/options/{propertyName} |
POST | Get the sample payload a trigger will deliver | /api/pieces/{id}/triggers/{triggerId}/sample |
POST | Preview when a schedule would fire | /api/pieces/schedule/next-runs |