Forum Discussion
Mike_Moniz
Professor
10 months agoIf you click on that entry in the Network tab, there will be a Request (and Response) tab that should show you the full details. Turning on "raw" may make it easier to read.
hkommuri
Neophyte
10 months agoI checked, and the request payload differs between UIv3 (which matches REST API v3) and UIv4. The UIv4 request payload follows below format, with the header set to X-version: 4. However, I can't find the REST API documentation for that version yet. 😞 (It hasn't been published.)
{ "data": { "allIds": [ { "id": "<INSTANCE_ID>", "model": "dataSourceInstances" } ], "byId": { "dataSourceInstances": { "<INSTANCE_ID>": { "id": "<INSTANCE_ID>", "model": "dataSourceInstances", "dataSourceInstanceGroupId": { "id": "<DEVICE_DATASOURCE_DEFAULT_GROUP_ID>", "model": "dataSourceInstanceGroups" } } } } } }