Hi,
the API endpoint returns a list of all processes inside a appliation.
/api/data/v5.0/db/{dbId}/applications/{idguid}/processes
It would be great, if the result would contain a property to check, whether a process in the result is only a relation.
{
"processes": [
{
"id": 0,
"guid": "string",
"name": "string",
>> "isRelation": "boolean" <<<<<
"links": [
{
"href": "string",
"method": "string",
"rel": "string"
}
]
}
]