IntegratedREST icon indicating copy to clipboard operation
IntegratedREST copied to clipboard

How to find the @ID in the REST webpage based on the variable card ID?

Open GaN8373 opened this issue 4 years ago • 3 comments

Issue type:

  • :question: Question

Question:

I set up a variable card, its ID is 10, Part ID is 20, and its value is 822. xyz is also the same as the one in the game, I just made sure this is my variable card ID. image I found the json with "value"=822 in the "http://localhost:3000/networkElement" webpage, showing @ID = 19. I want to know if there is an accurate way for me to find the @id on the webpage through the variable card ID image

GaN8373 avatar Jun 15 '21 07:06 GaN8373

Someone will answer your question soon. In the meantime, you might be able to get help more quickly on our Discord server.

rubensworks avatar Jun 15 '21 07:06 rubensworks

Not possible atm unfortunately. Could be implemented though, so I'll mark this as a feature requests.

PRs are welcome!

rubensworks avatar Jun 15 '21 07:06 rubensworks

I found that the actual data is mounted on the display pannel and captured by rest. I want to know exactly which id this pannel will be assigned to in rest. Although I found ContainerScreenPartDisplay, I still don't know how to get the id mapped in rest.

Expectation: Know the id of the pannel mapped in rest. Then render it on the gui If you can tell me how to get it, I will try to submit a PR. PS: I don't know how to modify your GUI page. I can only render to the tooltip of the copy button

GaN8373 avatar Jan 12 '25 01:01 GaN8373