Personas data

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Bizagi from external applications > Bizagi API > OData RESTful services > Bizagi API examples > Data services examples >

Personas data

Overview

Bizagi features an OData service which handles aspects of the Experience design, as described at Data services.

Through the Personas URI, you can handle data related to Personas in the project.

 

Resource URL

Start with the following URL:

[your_bizagi_project_url]/odata/data/Personas

 

Customizations:

[your_bizagi_project_url]: The URL where end users access the Bizagi Work portal.

For Automation Service projects, the URL would be:

https://[project_environment]-[your_project]-[your_company].bizagi.com/odata/data/Personas

 

Example

The following image illustrates how you can send an HTTP GET for this resource:

 

OData_DStakeholders

 

Returned results include (inside the value element):

Name: The unique name of the Persona, as defined in Bizagi Studio.

DisplayName: The default display name of the Persona, as shown to end users in the Work portal.

@odata.id: The unique URL to access the Persona.

Id: A string-based GUID representing the URI of the Persona.

IconName: The name of the icon used to represent the Persona.

 

note_pin

Every set of results returned by the OData services includes a set of standard properties which are preceded by the @ sign. These properties are described at Properties and querying options.


Last Updated 6/9/2023 3:07:11 AM