GET api_v2/Accounts/GetSegment?accountId={accountId}
Add default resources for account (after registration)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <ID>b1c69064-e586-451d-88b3-cb2256803ff5</ID> <Stable82Version>sample string 2</Stable82Version> <Alpha83Version>sample string 3</Alpha83Version> <Stable83Version>sample string 4</Stable83Version> </Result>
application/json, text/json
Sample:
{ "ID": "b1c69064-e586-451d-88b3-cb2256803ff5", "Stable82Version": "sample string 2", "Alpha83Version": "sample string 3", "Stable83Version": "sample string 4" }