Menu

ReadEventModel

Jim

Read a certain Event Model

Returns an existing Event Model in the domain of an owner identified by the apikey

Path: cs-ws/resources/admin/eventmodel Method: GET

Parameters

  • apikey
  • eventmodel_name

Errors:

  • 401 UNAUTHORIZED if key is invalid
  • 404 NOT FOUND if the event model is not found

Example

GET http://localhost/cs-ws/resources/admin/eventmodel?eventmodel_name=EvModel1
&apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
<eventmodel>
    <attribute>
        <name>EvAttr1</name>
        <type>Number</type>
    </attribute>
    <attribute>
        <name>EvAttr2</name>
        <type>Number</type>
    </attribute>
    <name>EvModel1</name>
</eventmodel>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.