<< Click to Display Table of Contents >> Project metadata |
Overview
Bizagi features an OData service which handles aspects of the Experience design, as described at Metadata services.
Through the getProject URI, you can verify the project.
Resource URL
Start with the following URL:
[your_bizagi_project_url]/odata/metadata/getProject
Customizations:
•[your_bizagi_project_url]: The URL where end users access the Bizagi Work portal.
For an on-premise Bizagi project, the URL would be:
https://[your_server]/[your_project]/odata/metadata/getProject
For Automation Service projects, the URL would be:
https://[project_environment]-[your_project]-[your_company].bizagi.com/odata/metadata/getProject
This resource is available through an HTTP GET action. |
Example
The following image illustrates how you can send an HTTP GET for this resource:
Querying this resource yields the following structure of information:
{
"@odata.context": "[your_bizagi_project_url]/odata/metadata/$metadata#Edm.String",
"value": "Bizagi Project"
}