Home > Forum > User Voice > API enhancement: Distinguish own and related processes

API enhancement: Distinguish own and related processes IN BACKLOG
4

MVP

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"
}
]
}
]

Nobody has replied in this thread yet.