Viewing Model Attribute Values

You use this API to view the attribute values of a model. These values are based on the underlying class templates, subclass templates, and model templates.

Request

  • HTTP Method: GET

  • URL: Application_URL/services/api/v1/models({modelId})/values/?<STATUS>=1, 2, or 3

    Description: Use the URL with STATUS 1, 2, or 3; where 1 gets the Unpublished version, 2 gets the Published version and 3 gets the In Revision version.

  • Example URL: Application_URL/services/api/v1/models(E0B15BE85E2B41FBA06069B8D61CEB09)/values?status=2

  • Authorization: You must have the roles MODEL_READ, MODEL_DELETE, or MODEL_EDIT assigned to your user IDin the SAP Cloud Platform account.

Response