<< Click to Display Table of Contents >> Services Index |
Bizagi provides programmatic access to the underlying business information in your data model, through a powerful API based on OData services.
This API let you work with your processes data from external applications, such as the Experience design features when you start new relevant processes, execute searches, and trigger actions, or fetch pending cases in other portals or tools of your choice.
There are two different OData services: one to access business data (resources classified as part of the data services) and another to access system configuration regarding Stakeholders definitions (resources classified as part of the metadata services). For further details about what OData is, the OData service types, and the security configuration to consume the API, refer to the OData introduction.
Bear in mind that you can test each endpoint from a tool made for that purpose, for example, Postman. To do so, you can use this .json file.
Access token generation
•/oauth2/server/token
Access token generation
Data services help you access data for general use for these different such as my stuff (i.e., the stuff resource), searches, relevant processes (like the relevant resource), processes, cases, queries, and entities.
•/odata/data
Lists all data resources (static information).
These resources access cases and their activities or events.
•GET /odata/data/cases
Lists all pending cases (applicable to any user, starting from this resource).
•GET /odata/data/cases({caseId})
Obtains information about a given pending case.
•GET /odata/data/cases({caseId})/actions
Returns the process actions related to the process entity of the case filtered by id
•GET /odata/data/cases({caseId})/actions({actionId})
Returns the process action filtered by id, related to the process entity of the case filtered by id.
•POST /odata/data/cases({caseId})/actions({actionId})/execute
Executes the process action filtered by id
•GET /odata/data/cases({caseId})/workitems
Lists all workitems (pending activities or events) about a pending case.
•GET /odata/data/cases({caseId})/workitems({workItemId})
Obtains information about a given workitem (pending activity or event) of a pending case.
•GET /odata/data/cases({caseId})/workitems({workItemId})/relatedEntities
Lists all attributes which are related entities of a given workitem (pending activity or event), for a pending case.
•GET /odata/data/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity of a given workitem (pending activity or event), for a pending case.
•GET /odata/data/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity of a given workitem (pending activity or event), for a pending case.
•GET /odata/data/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a specific value of a given attribute which is a related entity of a given workitem (pending activity or event), for a pending case.
•POST /odata/data/cases({caseId})/workitems({workItemId})/next
Executes a given workitem (pending activity or event) of a pending case.
•GET /odata/data/cases({caseId})/navigations
Browses for other attributes whose information needs to be drilled down to for a pending case.
•GET /odata/data/cases({caseId})/navigations({entityId})
Browses for a given attribute whose information needss to be drilled down to (for a specific related entity attribute of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values
Obtains all information about a given attribute in a related entity, for a pending case.
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})
Obtains specific information about a given attribute in a related entity, for a pending case.
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/actions
Returns the list of actions related to the navigated entity
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/actions({actionId})
Returns the action filtered by id, related to the navigated entity
•POST /odata/data/cases({caseId})/navigations({entityId})/values({id2})/actions({actionId})/execute
Executes the action filtered by id, related to the navigated entity
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations
Browses for other attributes whose information needs to be drilled down to (for a given related entity attribute of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})
Browses for a given attribute whose information needss to be drilled down to (for a specific related entity attribute of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values
Obtains all information about a given attribute in a related entity (for a specific related entity attribute of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})
Obtains specific information about a given attribute in a related entity (for a specific related entity attribute of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions
Returns the list of actions related to the navigated entity
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionId})
Returns the action filtered by id, related to the navigated entity
•POST/odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionId})/execute
Executes the action filtered by id, related to the navigated entity
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations
Browses for other attributes whose information needs to be drilled down to (for a given related entity attribute, 2 levels down, of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})
Browses for a given attribute whose information needss to be drilled down to (for a specific related entity attribute, 2 levels down, of a pending case).
•GET /odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values
Obtains all information about a given attribute in a related entity (for a specific related entity attribute, 2 levels down, of a pending case).
•GET/odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})
Obtains specific information about a given attribute in a related entity (for a specific related entity attribute, 2 levels down, of a pending case).
•GET/odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/actions
Returns the list of actions related to the navigated entity
•GET/odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/actions({actionId})
Returns the action filtered by id, related to the navigated entity
•POST/odata/data/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/actions({actionId})/execute
Executes the action filtered by id, related to the navigated entity
These resources access cases and their activities or events.
•GET /odata/data/casesWithWorkitems
Lists all workitems (pending activities or events), plus the information about a pending case.
This resources access manageable entities (such as parameter entities), their values and parameters.
•GET /odata/data/entities
Lists all manageable entities (parameter entities and stakeholders)
•GET /odata/data/entities({entityId})
Obtains additional information about the specified entity
•GET /odata/data/entities({entityId})/values
Obtains the list of values of the specified entity
•GET /odata/data/entities({entityId})/values({entityInstanceId})
Obtains additional information regarding a specific value of an entity
•GET /odata/data/entities({entityId})/values({entityInstanceId})/navigations
Browses for other related entities to the specified one
•GET /odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})
Obtains details regarding the specified related entity
•GET /odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values
Obtains the values for the specified related entity
•GET /odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})
Obtains specific information about a given value of the specified related entity
•GET /odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations
Browses for other related entities to the specified one
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})
Obtains details regarding the specified related entity
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values
Obtains the values for the specified related entity
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values({entityInstanceId3})
Obtains specific information about a given value of the specified related entity
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values({entityInstanceId3})/navigations
Browses for other related entities to the specified one
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values({entityInstanceId3})/navigations({entityId3})
Obtains details regarding the specified related entity
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values({entityInstanceId3})/navigations({entityId3})/values
Obtains the values for the specified related entity
•GET/odata/data/entities({entityId})/values({entityInstanceId})/navigations({entityId1})/values({entityInstanceId2})/navigations({entityId2})/values({entityInstanceId3})/navigations({entityId3})/values({entityInstanceId4})
Obtains specific information about a given value of the specified related entity
•GET /odata/data/entities({entityId})/creationParameters
Obtains all parameters that can be sent to create a new register of the specified entity (parameter entities and stakeholders)
•GET /odata/data/entities({entityId})/creationParameters({creationParameterId})
Obtains information regarding a parameter that can be sent to create a new register of the specified entity
•GET /odata/data/entities({entityId})/creationParameters({creationParameterId})/values
Obtains the list of possible values of that parameter, in case it is of type Entity
•GET /odata/data/entities({entityId})/creationParameters({creationParameterId})/values({relatedEntityRenderId})
Obtains additional information about a possible value of a specific parameter, in case it is of type Entity
•POST /odata/data/entities({entityId})/create
Creates a new value on the specified entity, based on the parameters sent in the request
•GET /odata/data/entities({entityId})/editionParameters
Obtains the list of parameters defined in the Edit Form that can be sent to edit a value on a given entity
•GET /odata/data/entities({entityId})/editionParameters({editionParameterId})
Obtains additional details regarding a specific parameter needed to edit a value of a given entity
•GET /odata/data/entities({entityId})/editionParameters({editionParameterId})/values
Obtains the set of possible values when the given parameter is of type Entity
•GET /odata/data/entities({entityId})/editionParameters({editionParameterId})/values({relatedEntityRenderId})
Obtains additional information about a possible value of a type Entity parameter that can be sent to edit a value of an entity
•POST /odata/data/entities({entityId})/values({entityInstanceId})/update
Updates the given value on the specified entity, based on the parameters sent on the request
These resources access processes.
•GET /odata/data/processes
Lists all processes (applicable to a Stakeholder, starting from this resource).
•GET /odata/data/processes({processId})
Obtains information about a given process
•GET /odata/data/processes({processId})/relatedEntities
Lists all attributes which are related entities of a given process (its start form).
•GET /odata/data/processes({processId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity of a given process (its start form).
•GET /odata/data/processes({processId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity of a given process (its start form).
•GET /odata/data/processes({processId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a specific value of a given attribute which is a related entity of a given process (its start form).
•GET /odata/data/processes({processId})/actions
Lists all actions available for a given process
•GET /odata/data/processes({processId})/actions({actionId})
Obtains specific information about a given action available for a given process
•GET /odata/data/processes({processId})/cases
Obtains all pending cases for a given process
•GET /odata/data/processes({processId})/cases({caseId})
Obtains information of a given pending case about a given process
•POST /odata/data/processes({processId})/cases({caseId})/actions({actionId})/execute
Executes and action related to a given pending case about a given process
•GET /odata/data/processes({processId})/cases({caseId})/workitems
Lists all workitems (pending activities or events) of a pending case for a given process
•GET /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})
Obtains information of a given workitem (pending activity or event) of a pending case for a given process
•GET /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})/relatedEntities
Lists all attributes which are related entities of a given workitem (pending activity or event), for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity about a given workitem (pending activity or event), for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity of a given workitem (pending activity or event), for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains the specific value of a given attribute which is a related entity of a given workitem (pending activity or event), for a pending case of a given process.
•POST /odata/data/processes({processId})/cases({caseId})/workitems({workItemId})/next
Executes a given workitem (pending activity or event) of a pending case for a given process
•GET /odata/data/processes({processId})/cases({caseId})/navigations
Browses for other attributes whose information need to be drilled down to for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})
Browses for a given attribute whose information needs to be drilled down to for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values
Obtains all information about a given attribute in a related entity, for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})
Obtains specific information about a given attribute in a related entity, for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/actions({actionId})
Obtains specific information about a given attribute in a related entity, for a pending case of a given process.
•POST /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/actions({actionId})/execute
Executes an action related to a given attribute in a related entity, for a pending case of a given process.
•POST /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/actions({actionId})/execute({executeId})
Does an specific execution of an action related to a given attribute in a related entity, for a pending case of a given process.
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations
Browses for other attributes whose information need to be drilled down to (for a given related entity attribute of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})
Browses for a given attribute whose information needs to be drilled down to (for a specific related entity attribute of a pending case of a given process).
•GET /odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values
Obtains all information about a given attribute in a related entity (for a specific related entity attribute of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})
Obtains specific information about a given attribute in a related entity (for a specific related entity attribute of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations
Browses for other attributes whose information need to be drilled down to (for a given related entity attribute, 2 levels down, of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})
Browses for a given attribute whose information needs to be drilled down to (for a specific related entity attribute, 2 levels down, of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values
Obtains all information about a given attribute in a related entity (for a specific related entity attribute, 2 levels down, of a pending case of a given process).
•GET/odata/data/processes({processId})/cases({caseId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})
Obtains specific information about a given attribute in a related entity (for a specific related entity attribute, 2 levels down, of a pending case of a given process).
•GET /odata/data/processes({processId})/cases({caseId})/actions
Lists all actions available of a given pending case for a given process.
•GET /odata/data/processes({processId})/cases({caseId})/actions({actionId})
Obtains information about a given action available of a pending case for a given process.
•POST /odata/data/processes({processId})/cases({caseId})/actions({actionId})/execute
Executes an action available for a pending case for a given process
•POST /odata/data/processes({processId})/start
Fires a new case for a given process
This resources access Queries set on the project, their parameters, and allow their remote execution.
• GET /odata/data/queries
Lists all query forms in your project
•GET /odata/data/queries({queryId})
Obtains information of the specific query
•GET /odata/data/queries({queryId})/parameters
Lists all parameters available for the given query
•GET /odata/data/queries({queryId})/parameters({parameterRenderGuid})
Obtains information of the specific parameter of the specified query
•GET /odata/data/queries({queryId})/parameters({parameterRenderGuid})/values
Obtains the list of possible values of an Entity type parameter
•GET /odata/data/queries({queryId})/parameters({parameterRenderGuid})/values({relatedEntityRenderId})
Obtains additional information regarding the specified value of the Entity
•POST /odata/data/queries({queryId})/executeQuery
Executes the specified query using the parameters sent in the request's body
These resources access relevant processes for a Stakeholder.
•GET /odata/data/relevants
Lists all relevant processes
•GET /odata/data/relevants({relevantId})
Obtains information about a given relevant process
•GET /odata/data/relevants({relevantId})/actions
Lists all actions available for a given relevant process
•GET /odata/data/relevants({relevantId})/actions({actionId})
Obtains information of a given action available for a given relevant process.
•GET /odata/data/relevants({relevantId})/actions({actionId})/relatedEntities
Lists all attributes which are related entities needed to fire an action (of a given relevant process).
•GET /odata/data/relevants({relevantId})/actions({actionId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity needed to fire an action (of a given relevant process).
•GET /odata/data/relevants({relevantId})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity, needed to fire an action (of a given relevant process).
•GET /odata/data/relevants({relevantId})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a given value of a given attribute which is a related entity, needed to fire an action (of a given relevant process). <remarks> Check the <a href="api_odata_related.htm" target="_blank">Related entities values overview</a> to see details about the information you can request related to how to query values of a related entity. </remarks>
•GET /odata/data/relevants({relevantId})/relatedEntities
Lists all attributes which are related entities needed to fire a new case (of a given relevant process).
•GET /odata/data/relevants({relevantId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity needed to fire a new case (of a given relevant process).
•GET /odata/data/relevants({relevantId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity, needed to fire a new case (of a given relevant process).
•GET /odata/data/relevants({relevantId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a given value of a given attribute which is a related entity, needed to fire a new case (of a given relevant process).
•POST /odata/data/relevants({relevantId})/start
Fires a new case for a relevant process
OData services related to data and searches by case number
•GET /odata/data/searchByCaseNumber(caseNumber={caseNumber})
Obtains details for a case filtered by the case number.
These resources access searches and data obtained from them, for a Stakeholder.
•GET /odata/data/searches
Lists all searches (applicable to a Stakeholder, starting from this resource)
•GET /odata/data/searches({searchId})
Obtains information of a given search
•GET /odata/data/searches({searchId})/relatedEntities
Obtains the set of entities that are specified as Entity parameter type required by the process to start a case
•GET /odata/data/searches({searchId})/relatedEntities({relatedEntityId})
Obtains additional information about a specific entity required by a given process as an Entity parameter to start a case
•GET /odata/data/searches({searchId})/relatedEntities({relatedEntityId})/values
Obtains the set of possible values of a given entity required by a specific process to star a case
•GET /odata/data/searches({searchId})/relatedEntities({relatedEntityId})/values({id})
Obtains additional information about a specific value of a given entity required by a specific process to start a case
•GET /odata/data/searches({searchId})/actions
Lists all actions available for a given search
•GET /odata/data/searches({searchId})/actions({actionId})
Obtains information of a given action available for a given search
•POST /odata/data/searches({searchId})/actions({actionId})/execute
executes an action available for a given search
•POST /odata/data/searches({searchId})/performSearch
Executes a given search
•GET /odata/data/searches({searchId})/results
Obtains results of a given search, which is executed without sending parameters.
•GET /odata/data/searches({searchId})/results({id})
Obtains a specific result of a given search, which is executed without sending parameters.
•GET /odata/data/searches({searchId})/results({id})/actions
Obtainsthe actions of a given search, which is executed without sending parameters.
•GET /odata/data/searches({searchId})/results({id})/actions({actionsId})
Obtains a specific action of a given search, which is executed without sending parameters.
•GET /odata/data/searches({searchId})/results({id})/navigations
Browses for other attributes whose information need to be drilled down for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})
Browses for a given attribute whose information needs to be drilled down for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values
Obtains all information about a given attribute in a related entity, for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})
Obtains specific information about a given attribute in a related entity, for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2}/actions
Obtains the actions about a given attribute in a related entity, for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/actions({actionsId})
Obtains a specific action about a given attribute in a related entity, for a given result of a given search (which is executed without sending parameters).
•POST /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/actions({actionsId})/execute
Posts a specific action about a given attribute in a related entity, for a given result of a given search (which is executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations
Browses for other attributes whose information need to be drilled down (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})
Browses for a given attribute whose information needs to be drilled down (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values
Obtains all information about a given attribute in a related entity (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})
Obtains specific information about a given attribute in a related entity (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions
Obtains actions about a given attribute in a related entity (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionsId})
Obtains a specific action about a given attribute in a related entity (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•POST /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionsId})/execute
Posts a specific action about a given attribute in a related entity (for a given related entity attribute of a given result coming from a search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations
Browses for other attributes whose information needs to be drilled down (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})
Browses for a given attribute whose information needs to be drilled down (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values
Obtains all information about a given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})
Obtains specific information about a given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•GET/odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/actions
Obtains the actions for given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•POST /odata/data/searches({searchId})/results({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/actions({actionId})/execute
Post the actions for given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given result coming from a search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/actions
Lists all actions available for a given result of a given search executed without sending parameters
•GET /odata/data/searches({searchId})/results({id})/actions({actionId})
Obtains a specific action available for a given result of a given search executed without sending parameters
•GET /odata/data/searches({searchId})/results({id})/actions({actionId})/relatedEntities
Obtains all related entities needed to fire an action (available for a given result of a given search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})
Obtains a related entity needed to fire an action (available for a given result of a given search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity, needed to fire an action (available for a given result of a given search executed without sending parameters).
•GET /odata/data/searches({searchId})/results({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a specific value of a given attribute which is a related entity, needed to fire an action (available for a given result of a given search executed without sending parameters).
•POST /odata/data/searches({searchId})/results({id})/actions({actionId})/execute
Executes an action (available for a given result of a given search executed without sending parameters).
OData services related to data and stakeholders
•GET /odata/data/stakeholders
Lists the name of Stakeholders in your project where the authenticated user belongs to.
These resources start from information obtained for a Stakeholder's my stuff.
•GET /odata/data/stuff
Lists all collections set as my stuff (applicable to a Stakeholder, starting from this resource)
•GET /odata/data/stuff({stuffId})
Obtains information of a given collection set of My Stuff
•GET /odata/data/stuff({stuffId})/actions
Lists all actions available for a given collection of My Stuff
•GET /odata/data/stuff({stuffId})/actions({actionId})
Obtains specific information of a given action available for a given collection of My Stuff
•GET /odata/data/stuff({stuffId})/values
Obtains all records of a given collection of My Stuff
•GET /odata/data/stuff({stuffId})/values({id})
Obtains a given record of a given collection of My Stuff
•GET /odata/data/stuff({stuffId})/values({id})/actions
Obtains a given record of all collections of actions
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})
Obtains a given record of a given action of My Stuff
•POST /odata/data/stuff({stuffId})/values({id})/actions({actionId})/execute
Obtains a given record of a given action of My Stuff
•GET /odata/data/stuff({stuffId})/values({id})/navigations
Browses for other attributes whose information need to be drilled down for (for a given record of a given collection of My Stuff)
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})
Browses for a given attribute whose information needs to be drilled down for (for a given record of a given collection of My Stuff).
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values
Obtains all information about a given attribute in a related entity, for a given record of a given collection of My Stuff.
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})
Obtains specific information about a given attribute in a related entity, for a given record of a given collection of My Stuff.
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/actions
Obtains actions of a value that has been browsed (for a given related entity attribute of a given record from a collection of My Stuff)|
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/actions({actionId})
Obtains actions of a value that has been browsed (for a given related entity attribute of a given record from a collection of My Stuff)|
•POST /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/actions({actionId})/execute
Obtains actions of a value that has been browsed (for a given related entity attribute of a given record from a collection of My Stuff)|
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations
Browses for other attributes whose information need to be drilled down for (for a given related entity attribute of a given record from a collection of My Stuff)
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})
Browses for a given attribute whose information needs to be drilled down for (for a given related entity attribute of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})
Browses for a given attribute whose information needs to be drilled down for (for a given related entity attribute of a given record from a collection of My Stuff).
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values
Obtains all information about a given attribute in a related entity (for a given related entity attribute of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})
Obtains specific information about a given attribute in a related entity (for a given related entity attribute of a given record from a collection of My Stuff).
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions
Obtains specific information about a given attribute in a related entity (for a given related entity attribute of a given record from a collection of My Stuff).
•GET /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionsId})
Obtains specific information about a given attribute in a related entity (for a given related entity attribute of a given record from a collection of My Stuff).
POST /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionsId})/execute
Obtains specific information about a given attribute in a related entity (for a given related entity attribute of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations
Browses for other attributes whose information need to be drilled down for (for a given related entity attribute, 2 levels down, of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})
Browses for a given attribute whose information needs to be drilled down for (for a given related entity attribute, 2 levels down, of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values
Obtains all information about a given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given record from a collection of My Stuff).
•GET/odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})
Obtains specific information about a given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given record from a collection of My Stuff).
•POST /odata/data/stuff({stuffId})/values({id})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/navigations({entityId3})/values({id4})/action({actionId})/execute
Obtains specific information about a given attribute in a related entity (for a given related entity attribute, 2 levels down, of a given record from a collection of My Stuff).
•GET /odata/data/stuff({stuffId})/values({id})/actions
Lists all available actions for a given record of a given collection of My Stuff.
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})
Obtains specific information of a given action available for a record of a given collection of My Stuff.
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})/relatedEntities
Lists all attributes which are related entities, needed to fire an action (of a given record of a given collection of My Stuff)
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})
Obtains a given attribute which is a related entity, needed to fire an action (of a given record of a given collection of My Stuff)
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values
Obtains all possible values of a given attribute which is a related entity, needed to fire an action (of a given record of a given collection of My Stuff)
•GET /odata/data/stuff({stuffId})/values({id})/actions({actionId})/relatedEntities({relatedEntityRenderId})/values({valueId})
Obtains a given value of a given attribute which is a related entity, needed to fire an action (of a given record of a given collection of My Stuff)
•POST /odata/data/stuff({stuffId})/values({id})/actions({actionId})/execute
Executes an action available for a given record of a given collection of My Stuff.
OData services related to data and userprofile
•GET /odata/data/userProfile
Obtains information regarding the authenticated user.
OData services related to the Experience Matrix Views
•GET /odata/data/views
Returns all views.
•GET /odata/data/views({viewsId})
Returns an specific view
•POST /odata/data/views({viewsId})/performView
Lists all actions available for a given collection of My Stuff
•GET /odata/data/views({viewsId})/actions
Gets all the actions for an specific view
•GET /odata/data/views({viewsId})/actions(actionId:Guid)
Gets a specific action for a specific view
•GET /odata/data/views({viewsId})/results
Get all results for a view
•GET /odata/data/views({viewsId})/results({resultId})
Obtains a specific result of a specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions
Obtains the actions for an specific result of an specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions({actionId})
Obtains a specific actions for an specific result of an specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions({actionId})/relatedEntities
Obtains all the entities specific actions for an specific result of an specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions({actionId})/relatedEntities({relatedEntitiesId})
Obtains a specific entity and specific actions for an specific result of an specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions({actionId})/relatedEntities({relatedEntitiesId})/values
Obtains all the values for a specific entity and specific actions for an specific result of an specific view.
•GET /odata/data/views({viewsId})/results({resultId})/actions({actionId})/relatedEntities({relatedEntitiesId})/values({valuesId})
Obtains a specific value for a specific entity.
•POST /odata/data/views({viewsId})/results({resultId})/actions({actionId})/execute
Executes an action.
•GET /odata/data/views({viewsId})/results({resultId})/navigations
Obtains the navigations for a specific result
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})
Obtains a specific navigation for a specific result
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values
Obtains all values for a result's navigation
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})
Obtains a specific value for a result's navigation
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/actions
Obtains all actions for a value of a result's navigation.
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/actions({actionsId})
Obtains all actions for a value of a result's navigation.
•POST /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/actions({actionsId})/execute
Executes an action for a value of a result's navigation.
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({id2})/navigations
Obtains all second level navigations.
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})
Obtains a specific second level navigation entity
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values
Obtains the values of a specific second level navigation entity
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})
Obtains the values of a specific second level navigation entity
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions
Obtains the actions of a specific second level value.
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})
Obtains a specific action for a specific second level value.
•POST/odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/execute
Execute a Third level views action
•GET/odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({id2})/navigations({entityId2})/values({id3})/actions({actionsId})/navigations
Obtains third level views navigations
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})
Obtains a specific third level Navigation Entity
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})/values
Obtains the values for a third level Navigation Entity
•GET /odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})/values({valuesId3})
Obtains the values for a third level Navigation Entity
•GET/odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})/values({valuesId3})/actions
Obtains the actions for a fourth level value.
•GET/odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})/values({valuesId3})/actions({actionsId2})
Obtains a specific action for a fourth level value.
•POST/odata/data/views({viewsId})/results({resultId})/navigations({entityId})/values({valuesId})/navigations({entityId2})/values({valuesId2})/actions({actionsId})/navigations({entityId3})/values({valuesId3})/actions({actionsId2})/execute
Executes the action filtered by id, related to the navigated entity
Image resources
•GET /odata/file
Returns the information of the file filtered by code
•GET /odata/image
Obtains details of an image (base 64)
Available Metadata services allow you to access information of configured Stakeholders.
•GET /odata/metadata
Lists all metadata resources (static information).
OData services related to metadata and getproject
•GET /odata/metadata/getProject()
Obtains information regarding the current project.
OData services related to metadata and processes
•GET /odata/metadata/processes
Lists all available processes
•GET /odata/metadata/processes({processId})
Obtains information regarding a given process
•GET /odata/metadata/processes({processId})/actions
Obtains process actions associated with the specified process entity
•GET /odata/metadata/processes({processId})/actions({actionId})
Obtains additional information about a process action associated with a specific process entity
•GET /odata/metadata/processes({processId})/navigations
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/processes({processId})/navigations({entityId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/processes({processId})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/processes({processId})/navigations({entityId})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/actions
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/navigations
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})
Browses for other attributes whose information needs to be drilled down to into a 3rd level.
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions
Browses for other attributes whose information needs to be drilled down to into a 3rd level.
•GET /odata/metadata/processes({processId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 3rd level.
OData services related to metadata and stakeholders.
•GET /odata/metadata/stakeholders
Lists all available Stakeholders
•GET /odata/metadata/stakeholders({stakeholderId})
Obtains information regarding a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/stuff
Lists all my stuff collections for a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})
Obtains specific information about a my stuff collection for a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/actions
Lists all actions of a given my stuff collection for a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/actions({actionId})
Obtains specific information about a given action for a given my stuff collection of a Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/actions
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/action({actionId})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/navigations
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/stuff({stuffId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/searches
Lists all searches by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})
Obtains specific information about a search by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/actions
Lists all actions of a given search by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/actions({actionId})
Obtains specific information about a given action by a given search of a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/actions
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET/odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/navigations
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET/odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET/odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET/odata/metadata/stakeholders({stakeholderId})/searches({searchId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/relevants
Lists all relevant processes by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/relevants({relevantId})
Obtains specific information about a relevant process by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/relevants({relevantId})/actions
Lists all actions of a given relevant process by a given Stakeholder
•GET /odata/metadata/stakeholders({stakeholderId})/relevants({relevantId})/actions({actionId})
Obtains specific information about a given action by a given relevant process by a given Stakeholder.
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/actions
Obtains specific information about a given action by a given relevant process by a given Stakeholder.
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/actions({actionId})
Obtains specific information about a given action by a given relevant process by a given Stakeholder.
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId2})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId})/navigations({entityId2})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/stakeholders({stakeholderId})/views({viewId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET /odata/metadata/views({viewId})/actions
Obtains specific information about a given action by a given relevant process by a given Stakeholder.
•GET /odata/metadata/views({viewId})/actions({actionId})
Obtains specific information about a given action by a given relevant process by a given Stakeholder.
•GET /odata/metadata/views({viewId})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/views({viewId})/navigations({entityId})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to
•GET /odata/metadata/views({viewId})/navigations({entityId2})/navigations({entityId})/actions
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET /odata/metadata/views({viewId})/navigations({entityId})/navigations({entityId2})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 2nd level
•GET/odata/metadata/views({viewId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET/odata/metadata/views({viewId})/navigations({entityId})/navigations({entityId2})/navigations({entityId3})/actions({actionId})
Browses for other attributes whose information needs to be drilled down to into a 3rd level
•GET odata/data/getActions/metadata
Lists all actions
Last Updated 12/12/2024 4:14:14 PM