List Signal
Log in to add to favouritesPage last updated 12 June 2026
This endpoint is for returning a PagedList of Signals for the specified project. Query parameters can be passed in to change pageSize or pageIndex. Results can be filtered down with a querystring to return particular results.
GETapi/management/projects/{projectId}/personalization/signals
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| q | query | string | - | A simple query to perform a 'contains' search over key properties. |
| order | query | string | - | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. |
| pageSize | query | number | integer | The number of results per page. The default is 25. |
| pageIndex | query | number | integer | The index of the page. |