Request Code Samples
curl --location --request GET 'https://your-api-server.com/repre?limit=&page=&repreType=senate'
Responses
application/json [
{
"type": "string",
"amount": "string",
"name": "string",
"district": "string",
"representativeType": "string",
"ownerType": "string",
"transactionDate": "string",
"disclosureDate": "string",
"link": "string",
"stock": {
"isin": "string",
"logo": "string",
"name": "string",
"nameKr": "string",
"ticker": "string"
}
}
]
Modified at 2024-07-19 07:08:25