Getting 404 error when accessing network API

Hi Team,

I was going through the network api: POST​/api​/dm​/v1​/data​/query​/v1​/network and while trying it out…i provided the parameters and still i was getting:404 page not found. i have attached the screenshots below…i kindly request to look upon itScreenshot from 2020-11-03 14-17-27 Screenshot from 2020-11-03 14-18-12

Hi @neelima

Thanks for pointing this out, there is an issue with the API route. The correct path is

/dm/api/dm/v1/data/query/network

Please note there is just an additional V1 in the swagger doc. We will fix this in immediate next swagger doc release.

Thanks
C

Hi,
i tried the api :https://experience.aikaan.io/dm/api/dm/v1/data/query/network , but iam still getting the response as:{“message”:“Unauthorized”}
i tried the curl command: Iam attaching the screenshot below:

Hi,

But now, you are not passing the JWT. You have pass the token obtained from sigin API.

–cookie aicon-jwt=

Refer to