Form Operations

Operations are ordered by URL.

Get Mobile Form by Business Object ID and Public ID

  • URL

    GET /api/V1/getmobileformforbusob/busobid/{busobid}/publicid/{publicid}

  • Description

    Get a Mobile Form for a specific business object by Business Object ID and Public ID.

Get Mobile Form by Business Object ID and Record ID

  • URL

    GET /api/V1/getmobileformforbusob/busobid/{busobid}/busobrecid/{busobrecid}

  • Description

    Get a Mobile Form for a specific business object by Business Object ID and record ID.

Get Mobile Form by Business Object Name and Public ID

  • URL

    GET /api/V1/getmobileformforbusob/busobname/{busobname}/publicid/{publicid}

  • Description

    Get a Mobile Form for a specific business object by Business Object name and public ID.

Get Mobile Form by Business Object Name and Record ID

  • URL

    GET /api/V1/getmobileformforbusob/busobname/{busobname}/busobrecid/{busobrecid}

  • Description

    Get a Mobile Form for a specific business object by Business Object name and record ID.