Returns the Runtime information.
Content-Type: application/json
{
"name" : "aeiou",
"links" : "",
"productionMode" : true,
"version" : "aeiou"
}
Returns a paged list of case events.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
Returns the case event with the specified id.
Content-Type: application/json
{
"id" : 123456789,
"timestamp" : "2015-07-17T09:54:45.160+0000",
"content" : "{}",
"caseId" : 123456789,
"status" : "aeiou",
"name" : "aeiou",
"links" : "",
"type" : "aeiou",
"user" : "aeiou"
}
Re-triggers the case event with the specified id. The original event is not changed, instead a new case event is created based on the original event. Using the caseId parameter it is possible to trigger an event only in a specific case (applicable when the original event was a broadcast event.
Content-Type: application/json
"aeiou"
Returns a paged list of cases available in the Runtime.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
Returns the case with the specified id.
Content-Type: application/json
{
"id" : 123456789,
"creationDate" : "2015-07-17T09:54:45.171+0000",
"lockedBy" : "aeiou",
"status" : "aeiou",
"name" : "aeiou",
"applicationId" : "aeiou",
"links" : "",
"attributes" : "{}"
}
Returns the attributes of the case with the specified id.
Content-Type: application/json
"{}"
Returns the configured endpoints for webservices as a paged list.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
Returns the endpoint with the specified name.
Content-Type: application/json
{
"name" : "aeiou",
"links" : "",
"url" : "aeiou"
}
Returns a paged list of the available projects.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
Returns the project with the specified id.
Content-Type: application/json
{
"id" : "aeiou",
"name" : "aeiou",
"links" : "",
"version" : "aeiou"
}
Returns the metadata of the project with the specified id.
Content-Type: application/json
{
"libraries" : "",
"webservicecalls" : "",
"links" : ""
}
Returns a paged list of shortcuts.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
View the shortcut with the specified name.
Content-Type: application/json
{
"ui" : "aeiou",
"project" : "aeiou",
"languageCode" : "aeiou",
"theme" : "aeiou",
"name" : "aeiou",
"links" : "",
"flow" : "aeiou",
"channel" : "aeiou",
"version" : "aeiou"
}
Returns a paged list of available tasks.
Content-Type: application/json
{
"items" : "",
"page" : 123,
"itemsTotalCount" : 123,
"pageSize" : 123,
"links" : "",
"nrOfPages" : 123
}
Returns the task with the specified id.
Content-Type: application/json
{
"startDate" : "2015-07-17T09:54:45.190+0000",
"customFields" : "{}",
"status" : "aeiou",
"timeOutDate" : "2015-07-17T09:54:45.190+0000",
"assignee" : {
"teams" : "",
"users" : "",
"roles" : ""
},
"links" : "",
"type" : "aeiou",
"id" : 123456789,
"executedBy" : "aeiou",
"caseId" : 123456789,
"priority" : 123,
"name" : "aeiou",
"conditional" : true,
"eventName" : "aeiou",
"attributes" : "{}",
"lastPriorityCheck" : "2015-07-17T09:54:45.190+0000",
"required" : true,
"dueDate" : "2015-07-17T09:54:45.190+0000"
}
Updates the task with the specified id. Currently it is only possible to change the status property from started to open.
Content-Type: application/json
{
"startDate" : "2015-07-17T09:54:45.192+0000",
"customFields" : "{}",
"status" : "aeiou",
"timeOutDate" : "2015-07-17T09:54:45.192+0000",
"assignee" : {
"teams" : "",
"users" : "",
"roles" : ""
},
"links" : "",
"type" : "aeiou",
"id" : 123456789,
"executedBy" : "aeiou",
"caseId" : 123456789,
"priority" : 123,
"name" : "aeiou",
"conditional" : true,
"eventName" : "aeiou",
"attributes" : "{}",
"lastPriorityCheck" : "2015-07-17T09:54:45.192+0000",
"required" : true,
"dueDate" : "2015-07-17T09:54:45.192+0000"
}
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | The name of the environment |
version | String | The version of the Runtime |
productionMode | Boolean | Whether the Runtime runs in production mode or not |
links | List |
Property | Datatype | Description |
---|
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
roles | Array | The list of roles |
users | Array | The list of users |
teams | Array | The list of teams |
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | The case event name. |
type | String | The case event type. |
content | Object | The content of the case event. Key value pair of parameters. |
timestamp | Date | The creation time. |
status | String | The case event status. |
caseId | Long | The id of the case. |
user | String | The user or system that created the event. |
id | Long | The id of the message. |
links | List |
Property | Datatype | Description |
---|---|---|
page | Integer | The page number. |
pageSize | Integer | The number of items in the page. |
items | List | The paged collection. |
nrOfPages | Integer | |
itemsTotalCount | Integer | |
links | List |
Property | Datatype | Description |
---|---|---|
href | String | |
rel | String | |
templated | Boolean |
Property | Datatype | Description |
---|---|---|
name | String | |
type | String | |
endpoint | String |
Property | Datatype | Description |
---|---|---|
name | String | The name of the task |
priority | Integer | The priority of the task |
type | String | The type of the task |
attributes | Object | The case attributes that are specified via the request |
status | String | The status of the task |
required | Boolean | Is the task required or not |
conditional | Boolean | Is the task conditional |
caseId | Long | The id of the case |
startDate | Date | The startdate of the task |
dueDate | Date | The duedate of the task |
eventName | String | The eventname of the task |
id | Long | The id of the task |
customFields | Object | The customFields that are specified via the request |
executedBy | String | The name of the one who executes the task |
lastPriorityCheck | Date | The lastPriorityCheck of the task |
assignee | Assignee | Information about the assignee of the task |
timeOutDate | Date | The timeOutDate of the task |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | The name of the case |
attributes | Object | The case attributes that are specified via the request |
status | String | The status of the case |
applicationId | String | The id of the application |
id | Long | The id of the case |
creationDate | Date | The creation date of the case |
lockedBy | String | The name of the one who locks the case |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | The name of the project. |
version | String | The version of the project. |
id | String | The id of the project. |
links | List |
Property | Datatype | Description |
---|---|---|
libraries | List | The used libraries in the project. |
webservicecalls | List | The used webservice calls in the project. |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | The name of the endpoint. |
url | String | The url of the endpoint. |
links | List |
Property | Datatype | Description |
---|---|---|
name | String | |
version | String | |
releaseNotes | String |
Property | Datatype | Description |
---|---|---|
name | String | The name of the shortcut. |
channel | String | The channel. |
version | String | The version of the project the shortcut will start. |
theme | String | The theme the shortcut will use to start the project. |
project | String | The project the shortcut will start. |
flow | String | The flow the shortcut will start. |
languageCode | String | The language code the shortcut will use to start the project. |
ui | String | The user interface the shortcut will use to start the project. |
links | List |