Get form sections
xmatters_get_form_sectionsRetrieves form sections from the xMatters API using a form ID. Supports pagination with offset and limit, and optional embed for related data.
Instructions
Get form sections. GET /api/xm/1/forms/{formId}/sections. The reference labels embed/offset/limit as BODY PARAMETERS, but its GET definition and examples place embed in the query. These are query parameters; no GET body. See C05. Body fields: none. Reference: https://help.xmatters.com/xmapi/#get-form-sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | No | API query parameters; arrays are comma-joined. Documented names: embed, offset, limit. Pagination is explicit using offset and limit; results are not automatically combined. |