Skip to main content
1-Visitor
March 20, 2018
Question

Mashups

  • March 20, 2018
  • 2 replies
  • 1839 views

Hi!

How can I call any service in the mashup if it is not created under a Thing?

2 replies

5-Regular Member
March 20, 2018

@PPrasad_IoT18 You can always call service which could be part of Data Tables, Template, etc apart from under Thing. Request to provide more details and elaborate your use case .

-Durgesh

22-Sapphire I
March 20, 2018

Can you explain that a little more, what service are you trying to call?

Almost the whole model is available as a Rest API call, which means you can call it as a service in a mashup.

I do want to add that some of these services should never be directly exposed in a mashup (like CreateThing or AddThingShape), these types of services should be wrapped (and therefor will reside within a Thing) so that proper security, validation and error handling can be applied.