The following request gets version information for a specific product linked with Common Services.
Execution permission
None.
Request line
GET base-URL/app/v1/application-services/object-ID-of-the-product/version
Request message
Response message
Coding example
curl -v -X GET -s "https://example.com:443/portal/app/v1/application-services/8a44f59a6f785e31016f78651c820000/version" -H "Authorization:Bearer eyJhbxxx"
Tip: Because this request uses SSL
communication, you must either run the curl command with the root
certificate of the Common Services server certificate
specified for the --cacert option, or run the command with the
-k option specified. (The -k option runs the command by
ignoring SSL errors.)