Description | : Enumerates business domains with optional continuation token and write-obligation filtering. |
Reference | : Link ¶ |
⚼ Request
GET:
/businessdomains
{
api-version:
string
,
$skipToken:
string
,
writeOnly:
boolean
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
status:
enum
,
type:
enum
,
id:
string
,
name:
string
,
isRestricted:
boolean
,
systemData:
{
,
createdAt:
string
,
createdBy:
string
,
lastModifiedAt:
string
,
lastModifiedBy:
string
,
expiredAt:
string
,
expiredBy:
string
,
}
description:
string
,
parentId:
string
,
thumbnail:
{
,
color:
string
,
}
domains:
[
]
,
{
,
name:
string
,
friendlyName:
string
,
relatedCollections:
}
[
]
,
{
,
name:
string
,
friendlyName:
string
,
parentCollection:
}
{
,
type:
enum
,
refName:
string
,
}
managedAttributes:
}
[
]
,
{
,
name:
string
,
value:
string
,
isRequired:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}