Personas metadata

<< 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 > Metadata services examples >

Personas metadata

Overview

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

Through the Personas URI, you may handle metadata related to Personas in the project.

 

Resource URL

Start off from the following URL:

[your_bizagi_project_url]/odata/metadata/Personas

 

Customizations:

[your_bizagi_project_url]: Corresponds to 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/metadata/Personas

 

note_pin

This resource is available through an HTTP GET action.

 

Example

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

 

OData_StakeholdersM

 

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.

 

Through the @odata.id property, you can obtain a specific record's details only, instead of a full list.

For example, use:

[your_bizagi_project_url]/odata/metadata/Personas([Persona_ID])

 

OData_StakeholdersM2

 

You can navigate to and explore specific elements of a given Persona, such as the My Stuff collections, Searches, or Relevant processes.

For more information about how to navigate to My Stuff, refer to Persona's My Stuff metadata.

For more information about how to navigate to Searches, refer to Persona's Searches metadata.

For more information about how to navigate to Relevant processes, refer to Persona's Relevant processes metadata.


Last Updated 6/9/2023 3:08:16 AM