[Index]

API Reference for view/MVS_Zoom

This view facilitates the data lookup of related subscriber elements.

Model ref.: view/MVS_Zoom

The full URL would include the host-proxy name: https://[host-proxy].

Variables are enclosed in square brackets.

For a list of available UUIDs and their dot notations:
GET /api/v0/data/HierarchyNode/?format=json

Get the Add form

Task Call URL Parameters Response
Get the GUI Add form. GET /api/view/MVS_Zoom/add/
  • hierarchy=[hierarchy]
  • format=json
The GUI Add form of view/MVS_Zoom as JSON

The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.

Create

Task Call URL Parameters Payload
Create POST /api/view/MVS_Zoom hierarchy=[hierarchy]
(For payload specification)

  • Response is a transaction pkid for the create action.
  • The GET call to
    tool/Transaction/[trans pkid]
    shows the View resource has no instance pkid, because a view model stores no instances.
  • Tag

    Task Call URL Parameters Response
    Tag PATCH /api/view/MVS_Zoom/+tag/
    • hierarchy=[hierarchy]
    • format=json
     

    Field Display Policy

    Task Call URL Parameters Response
    Field Display Policy GET /api/view/MVS_Zoom/field_display_policy/ hierarchy=[hierarchy]
    • POST call to create the Field Display Policy
    • Field Display Policy schema

    • Use the returned properties to create the POST payload data for the .
    • For a description of the schema that shows properties to add to the POST payload:
    • The POST call is of the format:
      • POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]

    List

    Task Call URL Parameters Response
    List GET /api/view/MVS_Zoom/
    • hierarchy=[hierarchy]
    • format=json
    • schema=true
    The view/MVS_Zoom schema and all instances as JSON.

    (The list will return 0 to 3 view/MVS_Zoom instances)

    Help

    Task Call URL Parameters Response
    Get the on-line Help for view/MVS_Zoom. GET /api/view/MVS_Zoom/help hierarchy=[hierarchy] On-line help of Model ref.: view/MVS_Zoom as HTML

    Instance API Reference

    Tag

    Task Call URL Parameters Payload
    Tag PATCH /api/view/MVS_Zoom/[pkid]/+tag hierarchy=[hierarchy] If payload required:

    Get

    Task Call URL Parameters Response
    Get GET /api/view/MVS_Zoom/[pkid] hierarchy=[hierarchy] The view/MVS_Zoom instance with [pkid].

    Help

    Task Call URL Parameters Response
    Help GET /api/view/MVS_Zoom/[pkid]/help hierarchy=[hierarchy] The on-line Help for view/MVS_Zoom.