[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get Terms Of Service

Description

Queries for the terms of service of a given org.

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/tos
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

Errors

403

Forbidden

Code Samples

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

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


Feedback

Was this page helpful?