[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Terms Of Service
DescriptionQueries for the terms of service of a given org.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/tos
Path Parameters
Path Parameters
string
org
Required
Organization identifier
Query Parameters
Query Parameters
string
termsId
Required
The terms of service reference ID to check on.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
TermsOfServiceResult
of type(s) application/json
Returns the status.
{
"signed": false,
"terms_id": "string"
}
boolean
signed
Optional
Whether or not the terms requested have been signed.
string
terms_id
Optional
The terms of service ID requested.
Errors
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgTosGet -Org "MyOrg" -TermsId "MyTermsId"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/tos?termsId=string
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: terms-of-service
x-vmw-vapi-methodname: get
[{"label":"Latest (v1.1)","version":"latest"}]
vmc