cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
222
Views
0
Helpful
1
Replies

/v2/map/floor/:floorId doens't work

schuurman
Level 1
Level 1

Hi,

I'm testing out the V2 api's and the /v2/map/floor/:floorId doesn't work. 

"code": 5000,
    "message": {
        "status": 404,
        "message": "Error calling end point: http://internal-mapservice.eu-prod.dnaspaces.io:80/api/maps/v2/location/floor/:floorId?tenantId=mytenantId. Status code: 404"
 
 
All the other API's that I try work.
Any suggestions?  
1 Accepted Solution

Accepted Solutions

Torbjørn
VIP
VIP

Hello @schuurman, Welcome to the community!

You should substitute :floorId with your floor id such that your url will look like this: https://dnaspaces.eu/api/location/v2/map/floor/{putYourFloorIdHere} 

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev

View solution in original post

1 Reply 1

Torbjørn
VIP
VIP

Hello @schuurman, Welcome to the community!

You should substitute :floorId with your floor id such that your url will look like this: https://dnaspaces.eu/api/location/v2/map/floor/{putYourFloorIdHere} 

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev