API issue with /alert/alerts/ query
So I have been trying to work with the API to get a list of alerts with various bits of data for inclusion in our internal reporting portals and other systems and according to documentation I should be able to get information like the detailMessage from the full list of alerts as well as custom fields that we have created to return data from our ticketing system from the /alert/alerts return, however this does not appear to be the case:
I have included the structure of the query and the headers below showing version that we are requesting, the query and URL structure and some examples of the returned data
Key Value
--- -----
Authorization LMv1 XXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXX
Content-Type application/json
X-Version 3
URL https://XXXXXXX.logicmonitor.com/santaba/rest/alert/alerts?fields=id,sdted,cleared,detailMessage,monitorObjectId,type,monitorObjectName,internalId,acked,severity&size=1000&sort=id&filter=startEpoch>:1675074752
queryString fields=id,sdted,cleared,detailMessage,monitorObjectId,type,monitorObjectName,internalId,acked,severity&size=1000&sort=id&filter=startEpoch>:1675074752
Returned data example:
severity : 2
sdted : True
monitorObjectName : XXXXXXX-XXX
internalId :XXXXXXXXXX
monitorObjectId : 770
id : XXXXXXXXX
type : dataSourceAlert
cleared : False
acked : False
severity : 2
sdted : True
monitorObjectName : XXXXXXX-XXX
internalId : XXXXXXXXX
monitorObjectId : 770
id : XXXXXXXXX
type : dataSourceAlert
cleared : False
acked : False