| Description | : Returns all current proposed changes to the service. Note that non-open proposals (ie - those which have already been accepted, rejected, withdrawn, etc) are not returned. |
| Reference | : Link ¶ |
⚼ Request
GET:
/gov/members/proposals
{
api-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-ccf-transaction-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
proposalId:
string
,
proposerId:
string
,
proposalState:
enum
,
ballotCount:
integer
,
finalVotes:
object
,
voteFailures:
object
,
failure:
}
{
,
reason:
string
,
trace:
string
,
}
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
,
}