Get data prepared for analysis in external tools for the current space: GET /Domains/Current/{subselector}

Note: That Space is called Domain in the API.


VERB
Header
Resource/Id/Selector
Description
Return data
GET
Ticket
/Domains/Current/Processes
Gets metadata for all process models in the current space
Totalcount (int):
Data (array):
Id (string)
Name (string)
Description (string)
Official (bool)
OfficialVersionId (string)
RevisionVersionId (string)
CreatedDate (date)
PublishedDate (date)
ChangedDate (date)
Category(Not implemented)
DomainId (string)
GET
Ticket
/Domains/Current/Apps
Gets metadata for all process applications in the current space. Process applications are the runtime containers of process instances for a process model.
Totalcount (int):
Data (array):
Id (string)
Name (string)
Description (string)
Status (string)
InstancesCount (int)
ProcessId (string)
DomainId (string)
GET
Ticket
/Domains/Current/Startevents
Gets metadata for all manual start events in the current space. Start events are defined in the process models and represent the different ways of triggering the creation of a new process instance in a process application.
Totalcount (int):
Data (array):
Id (string)
ReferenceId (string)
Name (string)
Description (string)
ApplicationId (string)
ProcessId (string)
DomainId (string)
GET
Ticket
/Domains/Current/Instances
Gets metadata for all process instances in all process applications in the current space. Process instances represent each end-to-end execution of a process model within the scope of a process application. Process instances are sometimes referred to as "cases".
Totalcount (int):
Data (array):
Id (string)
ReferenceId (string)
Name (string)
Description (string)
Status (string)
State (string)
StartDate (date)
StartedBy (string)
StartedByUserId (string)
StartEventBpdId (string)
StartEvent (string)
DeadlineDate (date)
EndEventBpdId (string)
EndEvent (string)
CompletedDate (date)
ApplicationId (string)
ProcessId (string)
DomainId (string)
GET
Ticket
/Domains/Current/Tasks
Gets metadata for all tasks in all process instances in the current space. Tasks represent user-performable workitems within the scope of a process instance.
Totalcount (int):
Data (array):
Id (string)
ReferenceId (string)
Name (string)
Description (string)
Type (string)
Status (string)
CreatedDate (date)
DeadlineDate (date)
CompletedDate (date)
CompletedBy (string)
CompletedByUserId (string)
InstanceId (string)
InstanceName (string)
ApplicationId (string)
ApplicationName (string)
ProcessId (string)
Locked (bool)
LockedBy (string)
LockedByUserId (string)
Participants (string)
DomainId (string)
GET
Ticket
/Domains/Current/InstanceObjects
Gets all objects in all instances in the current space
Totalcount (int):
Data (array):
Id (string)
ParentId (string)
ReferenceId (string)
Name (string)
Description (string)
ObjectClass (string)
Container (bool)
ReadOnly (bool)
(TypeNamespace (string))
TemplateId (string)
(FileType (string))
SortIndex (int)
(State (string))
CreatedDate (date)
UpdatedDate (date)
InstanceId (string)
GET
Ticket
/Domains/Current/InstanceObjectFields
Gets all field values in all objects in all instances in the current space
Totalcount (int):
Data (array):
Id (string)
ObjectId (string)
Name (string)
DataType (string)
FieldType (string)
Value (string)
FieldTypeNamespace (string)
ReadOnly (bool)
Index (int) InstanceId (string)
GET
Ticket
/Domains/Current/DataFormTemplates
Gets all dataform templates in the current space
Totalcount (int):
Data (array):
Id (string)
ReferenceId (string)
ObjectClass (string)
Name (string)
Description (string)
CreatedDate (date)
ChangedDate (date)
GET
Ticket
/Domains/Current/DataFormTemplateFields
Gets all dataform template fields in the current space
Totalcount (int):
Data (array):
Id (string)
TemplateId (string)
Name (string)
DataType (string)
FieldType (string)
FieldTypeNamespace (string)
ReadOnly (bool)
Index (int)



Deprecated methods (Do not use any longer)

VERB
Header
Resource/Id/Selector
Description
Return data
Deprecation reason
GETTicket/Domains/Current/Types
Gets all types in the current space
Totalcount (int):
Data (array):
TypeNamespace (string)
Name (string)
Description (string)
This method is old and no longer optimal to use in regards to performance. Use /Domain/id/GetValueSets instead