GET api_v2/AccountDomains/GetProperties?accountDomainID={accountDomainID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDomainID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDomainProperties Type="sample string 1"> <Row> <AccountID>7a608841-a335-437b-8898-1b7ccc75a2e2</AccountID> <DomainName>sample string 2</DomainName> <LinkID>2db7fd4f-8601-4bf4-a3a5-5897e918c6be</LinkID> </Row> <Row> <AccountID>7a608841-a335-437b-8898-1b7ccc75a2e2</AccountID> <DomainName>sample string 2</DomainName> <LinkID>2db7fd4f-8601-4bf4-a3a5-5897e918c6be</LinkID> </Row> <Row> <AccountID>7a608841-a335-437b-8898-1b7ccc75a2e2</AccountID> <DomainName>sample string 2</DomainName> <LinkID>2db7fd4f-8601-4bf4-a3a5-5897e918c6be</LinkID> </Row> </AccountDomainProperties> </Result>
application/json, text/json
Sample:
{ "AccountDomainProperties": { "Rows": [ { "AccountID": "7a608841-a335-437b-8898-1b7ccc75a2e2", "DomainName": "sample string 2", "LinkID": "2db7fd4f-8601-4bf4-a3a5-5897e918c6be" }, { "AccountID": "7a608841-a335-437b-8898-1b7ccc75a2e2", "DomainName": "sample string 2", "LinkID": "2db7fd4f-8601-4bf4-a3a5-5897e918c6be" }, { "AccountID": "7a608841-a335-437b-8898-1b7ccc75a2e2", "DomainName": "sample string 2", "LinkID": "2db7fd4f-8601-4bf4-a3a5-5897e918c6be" } ] } }