Links
Comment on page

Object

API Object & Resource Calls
The object calls are used to read, add, remove and manipulate MobiusFlow objects and resources.
get
/api/v1/mobius/object/{hid}/{sid}/{pid}/{ins}
Get live object
get
/api/v1/mobius/object/resource/{hid}/{sid}/{pid}/{ins}/{rid}
Get live resource
get
/api/v1/mobius/object/config/{hid}/{sid}/{pid}/{ins}
Get object configuration
post
/api/v1/mobius/object/{hid}/{sid}/{pid}
Add object
post
/api/v1/mobius/object/{hid}/{sid}/{pid}/{ins}
Add object with specified instance ID
post
/api/v1/mobius/object/clone/{hid}/{sid}/{pid}/{ins}
Clone object
patch
/api/v1/mobius/object/resource/{hid}/{sid}/{pid}/{ins}/{rid}
Patch live resource
patch
/api/v1/mobius/object/resource/{hid}/{sid}/{pid}/{ins}
Patch multiple live resources
patch
/api/v1/mobius/object/resource/clear/{hid}/{sid}/{pid}/{ins}/{rid}
Clear live resource
patch
/api/v1/mobius/object/config/{hid}/{sid}/{pid}/{ins}
Update object in service
delete
/api/v1/mobius/object/{hid}/{sid}/{pid}/{ins}
Delete object
Last modified 5mo ago