Fetch board members for company
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
asOfDate
|
string | Date on format yyyy-mm-dd |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"boardMembers": [
{
"id": "<string>",
"isCompany": "<boolean>",
"roles": [
{
"fromDate": "<string>",
"roleCode": "<string>",
"roleName": "<string>"
},
{
"fromDate": "<string>",
"roleCode": "<string>",
"roleName": "<string>"
}
],
"type": "<string>"
},
{
"id": "<string>",
"isCompany": "<boolean>",
"roles": [
{
"fromDate": "<string>",
"roleCode": "<string>",
"roleName": "<string>"
},
{
"fromDate": "<string>",
"roleCode": "<string>",
"roleName": "<string>"
}
],
"type": "<string>"
}
],
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"registeredCommunityName": "<string>",
"status": {
"code": "<integer>",
"text": "<string>"
},
"statusCode": "<string>",
"statusTextHigh": "<string>"
} |
ENDPOINTS