EventStyleResource
The following resources are applicable:
/eventStyles
Mount Point: /../../../api/v1/eventStyles
GET
Returns the event style list.
STATUS CODES :
200 - OK
Parameters
name | description | type | default |
---|---|---|---|
modifiedSince | timestamp in millisecond after which a modification occurred | query |
Response Body
element: | eventStyleListResponse |
media types: | application/xml application/json |
the event style list
/eventStyles/{eventStyleId}
Mount Point: /../../../api/v1/eventStyles/{eventStyleId}
GET
Gets detailed style by sowprog id
STATUS CODES :
200 - The style is returned
404 - The id does not exist
Parameters
name | description | type | default |
---|---|---|---|
eventStyleId | sowprog event style id | path |
Response Body
element: | eventStyleResponse |
media types: | application/xml application/json |
the detailed event style