List Process Interfaces

get

/process/api/v1/process-interfaces

List process interfaces for the current user.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ProcessInterfaces
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : ProcessInterfaces-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : totalResultsGrouped
Type: array
Show Source
Nested Schema : ProcessInterface
Match All
Show Source
Nested Schema : ProcessInterface-allOf[1]
Type: object
Show Source
Nested Schema : inputs
Type: array
Input arguments of this interface
Show Source
Nested Schema : outputs
Type: array
Output arguments of this interface
Show Source
Nested Schema : IOArgument
Type: object
Show Source
Nested Schema : GroupedCount
Type: object
Show Source

400 Response

Returned if some of the query parameters are invalid, for example if a sortOrder parameter is supplied, but no sortBy
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests

520 Response

Server-side Processing Error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Back to Top

Examples

The following example shows the response payload.

Example: List of Process interfaces for current user

Response Body:

The following example shows the contents of the response body in JSON format.

{
    "links": [
        {
            "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
            "rel": "self"
        },
        {
            "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1",
            "rel": "parent"
        },
        {
            "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces?offset=25",
            "rel": "next"
        }
    ],
    "items": [
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/2951c8f5-faec-4b87-9d61-10ab201b8c26",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "ef543d64yg5-faec-4b87-9d61-adsdw3f43vv5t345ft3cg",
            "type": "NONE_START",
            "title": "Start event",
            "inputs": [
                {
                    "name": "input1",
                    "type": "json",
                    "schemaRef": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/2951c8f5-faec-4b87-9d61-10ab201b8c26/schemas/9c54e539-34f3-4245-8083-f2c2aa7b22a4.schema.json?applicationName=APAC1-UC2-NASA-6&applicationVersion=1.0",
                    "schemaDefinition": "9c54e539-34f3-4245-8083-f2c2aa7b22a4.schema.json#/definitions/8e054ad0-4f24-4c1d-8ada-1591e276a23e"
                }
            ],
            "outputs": [],
            "defaultInterface": true,
            "definitionId": "02a92355-e565-11ed-9ebc-12ae00835bb2",
            "definitionType": "PROCESS",
            "activityId": "flow_845d2730-1932-11ed-920d-87b738d41a72",
            "applicationName": "APAC1-UC2-NASA-6",
            "applicationTitle": "APAC1-UC2-NASA-6",
            "definitionTitle": "Wave Hight Alert Sub-Process",
            "definitionDescription": "Wave Hight Alert Process",
            "version": "1.0",
            "defaultVersion": true,
            "definitionName": "WaveHightAlertSub-Process",
            "definitionKey": "APAC1-UC2-NASA-6--1.0--WaveHightAlertSub-Process"
        },
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/93eced57-a4d7-480b-9f27-a2068fc8091b",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "93eced57-a4d7-480b-9f27-a2068fc8091b",
            "type": "MESSAGE_START",
            "title": "NASA Satelite Event",
            "description": "process for handling dynamic events",
            "inputs": [
                {
                    "name": "satEvent",
                    "type": "json",
                    "schemaRef": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/93eced57-a4d7-480b-9f27-a2068fc8091b/schemas/9c54e539-34f3-4245-8083-f2c2aa7b22a4.schema.json?applicationName=APAC1-UC2-NASA-6&applicationVersion=1.0",
                    "schemaDefinition": "9c54e539-34f3-4245-8083-f2c2aa7b22a4.schema.json#/definitions/bd1fe455-a1a9-4579-b607-286108988ed0"
                }
            ],
            "outputs": [],
            "defaultInterface": false,
            "definitionId": "02b642b7-e565-11ed-9ebc-12ae00835bb2",
            "definitionType": "DP",
            "applicationName": "APAC1-UC2-NASA-6",
            "applicationTitle": "APAC1-UC2-NASA-6",
            "definitionTitle": "NASA Satelite Event",
            "definitionDescription": "process for handling dynamic events",
            "version": "1.0",
            "defaultVersion": true,
            "definitionName": "NASASateliteEvent",
            "definitionKey": "APAC1-UC2-NASA-6--1.0--NASASateliteEvent"
        },
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/5f5d0f16-b502-4a33-b8c6-973136828183",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "5f5d0f16-b502-4a33-b8c6-973136828183",
            "type": "FORM_START",
            "title": "Create Purchase Requisition",
            "formMetadataURL": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/forms/AlterFlowPMDemo/1.0/cc6c6a02-bcd1-4e15-b364-f53cba324258",
            "inputs": [
                {
                    "name": "purchaseReqFormArgs",
                    "type": "json",
                    "schemaRef": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/5f5d0f16-b502-4a33-b8c6-973136828183/schemas/0140193c-46fc-4a1b-bf0d-62af7d8b7e8e.schema.json?applicationName=AlterFlowPMDemo&applicationVersion=1.0",
                    "schemaDefinition": "0140193c-46fc-4a1b-bf0d-62af7d8b7e8e.schema.json#/definitions/241d4cc6-e1cd-34e7-3479-b83989564a4d"
                }
            ],
            "outputs": [],
            "defaultInterface": true,
            "definitionId": "c6e4bf41-d280-11ed-b4e7-8a4d8adc6026",
            "definitionType": "PROCESS",
            "activityId": "flow_cd4f98c0-cf5c-11ed-a845-c78223068812",
            "applicationName": "AlterFlowPMDemo",
            "applicationTitle": "AlterFlowPMDemo",
            "definitionTitle": "ProcurementProcessV2",
            "version": "1.0",
            "defaultVersion": true,
            "definitionName": "ProcurementProcessV2",
            "definitionKey": "AlterFlowPMDemo--1.0--ProcurementProcessV2"
        },
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/3xyz244e-530a-4hbf-9f21-245d00000123",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "3ecd244d-530b-4fbf-9f21-238d06009543",
            "type": "NONE_START",
            "title": "Start event",
            "inputs": [],
            "outputs": [],
            "defaultInterface": true,
            "definitionId": "c6e58294-d280-11ed-b4e7-8a4d8adc6026",
            "definitionType": "PROCESS",
            "activityId": "flow_cd4f98c0-cf5c-11ed-a845-c78223068812",
            "applicationName": "AlterFlowPMDemo",
            "applicationTitle": "AlterFlowPMDemo",
            "definitionTitle": "PlaceOrder",
            "version": "1.0",
            "defaultVersion": true,
            "definitionName": "PlaceOrder",
            "definitionKey": "AlterFlowPMDemo--1.0--PlaceOrder"
        },
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/948adff0-6ce6-46ca-a555-0b4095f8a58b",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "948adff0-6ce6-46ca-a555-0b4095f8a58b",
            "type": "FORM_START",
            "title": "Create Purchase Requisition",
            "formMetadataURL": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/forms/AlterFlowPMDemo/1.0/cc6c6a02-bcd1-4e15-b364-f53cba324258",
            "inputs": [
                {
                    "name": "purchaseReqFormArgs",
                    "type": "json",
                    "schemaRef": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/948adff0-6ce6-46ca-a555-0b4095f8a58b/schemas/0140193c-46fc-4a1b-bf0d-62af7d8b7e8e.schema.json?applicationName=AlterFlowPMDemo&applicationVersion=1.0",
                    "schemaDefinition": "0140193c-46fc-4a1b-bf0d-62af7d8b7e8e.schema.json#/definitions/241d4cc6-e1cd-34e7-3479-b83989564a4d"
                }
            ],
            "outputs": [],
            "defaultInterface": true,
            "definitionId": "c6ddba5c-d280-11ed-b4e7-8a4d8adc6026",
            "definitionType": "PROCESS",
            "activityId": "flow_cd4f98c0-cf5c-11ed-a845-c78223068812",
            "applicationName": "AlterFlowPMDemo",
            "applicationTitle": "AlterFlowPMDemo",
            "definitionTitle": "ProcurementProcess",
            "version": "1.0",
            "defaultVersion": true,
            "definitionName": "ProcurementProcess",
            "definitionKey": "AlterFlowPMDemo--1.0--ProcurementProcess"
        },
        {
            "links": [
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces/8c51c2d5-00cb-4387-b474-a242da79ba12",
                    "rel": "self"
                },
                {
                    "href": "https://ABCD-user123-asdfghj.process.oci.oraclecloud.com/process/api/v1/process-interfaces",
                    "rel": "parent"
                }
            ],
            "id": "8c51c2d5-00cb-4387...
Back to Top